All Projects → aureliojargas → sed.sf.net

aureliojargas / sed.sf.net

Licence: other
The contents of the sed.sf.net website

Programming Languages

HTML
75241 projects
sed
78 projects
shell
77523 projects

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].