Menu

[545d79]: / scripts / changelog2rst.sh  Maximize  Restore  History

Download this file

11 lines (10 with data), 377 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
#!/bin/sh
# Simple filter to filter a ChangeLog to something in reStructuredText.
#
if [ -n "$1" ]
then
printf "================================\n%s\n================================\n\n" "$1"
else
printf "=========================\n%s\n=========================\n\n" "ChangeLog"
fi
expand | sed -e 's/^ \* / - /g ; s/^ / /g ; s/\*/\\*/g; s/\_/\\_/g'
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.