about summary refs log tree commit diff stats
Commit message (Collapse)AuthorAge
* whitespace HEAD mainCase Duckworth2023-01-14
|
* Add EL_ESCAPE optionCase Duckworth2023-01-14
|
* WhitespaceCase Duckworth2023-01-14
|
* TypoCase Duckworth2023-01-09
|
* Change PAGE_RAW_EXT -> RAW_PAGE_EXTENSIONCase Duckworth2023-01-09
| | | | I think it's more readable??
* Change default feed_item templateCase Duckworth2023-01-09
|
* Add plugins/minimize.shCase Duckworth2023-01-09
|
* Add installation instructionsCase Duckworth2023-01-09
|
* TyposCase Duckworth2023-01-09
|
* Add README.md, COPYINGCase Duckworth2023-01-09
|
* shellfix(): $$$ expands to \$$$Case Duckworth2023-01-09
|
* Edit initialization templateCase Duckworth2023-01-09
|
* Move preprocessCase Duckworth2023-01-09
|
* Add $PHTML_OPTIONSCase Duckworth2023-01-09
|
* Change $DOMAIN to $URL_ROOTCase Duckworth2023-01-08
|
* Remove expand from default filtersCase Duckworth2023-01-08
|
* Miscellaneous fixesCase Duckworth2023-01-08
|
* Update initialize()Case Duckworth2023-01-08
|
* Add yornp (y-or-n-p)Case Duckworth2023-01-08
| | | | I'm not sure if this flow is really what I want to happen .. is it too easy?
* Change variable namesCase Duckworth2023-01-08
| | | | | | | | | OUTD => OUTDIR TEMPD => TEMPDIR WORKD => WORKDIR ... and added PLUGINDIR The new variables are more immediately understandable.
* Reformat usage messageCase Duckworth2023-01-08
|
* Remove gencheckglobCase Duckworth2023-01-07
| | | | Some well-positioned `test -f`s do just as well.
* Add `init' commandCase Duckworth2023-01-07
| | | | Initializes the current directory with some vienna stuff
* Add sort_itemsCase Duckworth2023-01-06
| | | | | This allows list functions to work with a sorted list.. whatever that sorting may be. The default is 'cat', which is purposefully not very useful.
* Shorten 'meta'Case Duckworth2023-01-06
|
* Change domain in 'vienna preview'Case Duckworth2023-01-06
|
* Move processing call to override config fileCase Duckworth2023-01-06
|
* Change meta to two-stage processCase Duckworth2023-01-06
| | | | | Now 'meta_init' must be run before attempting to access the meta file. The meta file name is now kept in the environment variable "$META".
* Actually make paragraphsCase Duckworth2023-01-06
|
* Mess with loggingCase Duckworth2023-01-06
| | | | Mostly aesthetic
* Allow cleaning to continue the script when pairedCase Duckworth2023-01-06
|
* Change gencheckglob calling conventionCase Duckworth2023-01-06
|
* Properly log configuration variablesCase Duckworth2023-01-06
|
* Actually fix the --> bugCase Duckworth2023-01-06
| | | | ... I hope...
* Reverse order of phtml and expand in filtersCase Duckworth2023-01-06
| | | | This makes vienna work better with plugins.
* Add pluginsCase Duckworth2023-01-06
| | | | | Plugins go in the vienna directory as hidden .sh files. They're sourced by vienna so pages or whatever can use them.
* Remove trailing -->Case Duckworth2023-01-06
| | | | I'm not the happiest with this particular "fix."
* Deal with empty sitesCase Duckworth2023-01-06
|
* Add gencheckglob()Case Duckworth2023-01-02
|
* Fix bug with linkingCase Duckworth2023-01-02
|
* Use meta date instead of pubdateCase Duckworth2023-01-02
| | | | | For some reason pubdate isn't found by sh .. which is concerning but I don't know where that comes from tbh.
* Add print() for convenienceCase Duckworth2023-01-02
|
* Remove index,feed --- subsumed by genlistCase Duckworth2022-11-14
|
* Add peritem_func to genlistCase Duckworth2022-11-14
|
* Change indentationCase Duckworth2022-11-14
|
* refactor listing (index/feed) generationCase Duckworth2022-10-04
| | | | | | both an index and a feed are instances of what i'm calling a "listing" of pages. this should make it easier to also write tag pages and stuff like that later on.
* refactor pre- and post-processingCase Duckworth2022-10-04
|
* add -q and better logic for -cCase Duckworth2022-10-04
|
* move sourcing of config to after changing to workdirCase Duckworth2022-09-30
|
* add logging functionCase Duckworth2022-09-30
|