docertabum / sed.sf.net

The contents of the sed.sf.net website

Home Page:http://sed.sf.net

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The sed.sf.net website

Since 2002, http://sed.sf.net is the main portal for sed information and community scripts. Created and maintained by Aurelio Jargas.

Please contribute adding links, fixing broken links and updating information. You can do it by opening an issue ticket or even better, submitting a pull request.

Nerdgasm

The site's main page is a valid sed script file (index.sed) that's converted to HTML by another sed script (index2html.sed). The resulting index.html file, when rendered by the browser, is also a valid sed script.

Instructions

To update the index.html file:

sed -f index2html.sed index.sed > index.html

To update the HTML version of the generator script:

./htmlize.sh index2html.sed

To update the HTML version of some local script:

./htmlize.sh local/scripts/foo.sed

To include a new script in the repository:

  1. Add the text line to index.sed, mentioning the script and the author
  2. Add the script original URL to index2html.sed
  3. Add the original script file to the local/scripts (or local/games) folder
  4. Convert the original script to HTML using htmlize.sh
  5. Update index.html and index2html.sed.html files (see instructions above)

Deploy

The deploy is still an old school manual scp to the SourceForge's htdocs directory.

About

The contents of the sed.sf.net website

http://sed.sf.net


Languages

Language:HTML 81.7%Language:sed 16.5%Language:Shell 1.9%