diff --git a/atomfeedgen.py b/atomfeedgen.py index cfa822d..be4ef61 100755 --- a/atomfeedgen.py +++ b/atomfeedgen.py @@ -28,7 +28,7 @@ fg = FeedGenerator() descs = { "patroneo" : """Patroneo is an easy to use, pattern based midi sequencer.""", "laborejo" : """Laborejo is a MIDI sequencer based on classical music notation.""", - "fluajho" : """Fluajho is a simple, standalone sf2 soundfont host/player.""", + #"fluajho" : """Fluajho is a simple, standalone sf2 soundfont host/player.""", "agordejo" : """Agordejo is a music and audio production session manager based on NSM.""", "tembro" : """Tembro is a virtual software instrument based on samples. All instruments are permanently built-in.""", } diff --git a/generate.bash b/generate.bash index 480cefe..5e73a0b 100755 --- a/generate.bash +++ b/generate.bash @@ -15,7 +15,7 @@ cd temp #We loop over all projects several times, each stage of the generation. #Instead of doing one project fully at a time, creating one giant nested loop. #Administration first, the processing! -PROJECTS=(laborejo tembro patroneo agordejo fluajho) #The order here is the order on the page. Each of these gets its own entry. +PROJECTS=(laborejo tembro agordejo patroneo) #The order here is the order on the page. Each of these gets its own entry. PROJECTS_AS_STRING=$( IFS=$' '; echo "${PROJECTS[*]}" )