(add-lispdir "$GATHERED/emacs/html-helper-mode/") (autoload 'html-helper-mode "html-helper-mode" "Yay HTML" t) ;;;; various things I've written to help with writing web pages, (add-lispdir "$COMMON/emacs/webstuff") (add-lispdir "$COMMON/emacs/webstuff/webmastering") ;;;; some for keeping status pages up to date (autoload 'html-re-tail-page "change-html-head-tail.el" "Change the tail of PAGE to be TAIL -- a file containing the new tail. If TAIL is not given, use .tail in the same directory." t) (autoload 'html-re-tail-directory "change-html-head-tail.el" "Re-tail html files in directory, using html-re-tail-page, which see." t) (autoload 'find-url-file "find-url-file" "Try to get the file referenced by URL into a buffer" t) (autoload 'find-url-title "page-status" "Return the title of URL, or DEFAULT-TITLE which defaults to nil" t) (autoload 'find-url-status "page-status" "Return the status of URL, or DEFAULT-STATUS which defaults to nil" t) (autoload 'find-url-started "page-status" "Return the started of URL, or DEFAULT-STARTED which defaults to nil" t) (autoload 'link-update-title "page-status" "Update the title of the link at or before point." t) (autoload 'link-make-directory "status-table" "Insert an unsorted list of the files in DIRECTORY that match TYPES. Use optional SUBDIR as the subdirectory to mark files as being in; optional TABULAR to make a status table instead of a list." t) (autoload 'link-make-table "status-table" "Make a status table for files in DIRECTORY of TYPES." t) (autoload 'update-recent-changes-file "recent-changes" "Update the recent changes file, which is named by recent-changes-file." t) (autoload 'make-recent-changes-transfer-script "recent-changes" "Mark changed pages matching PATTERN for uploading via RCPSCRIPTFILE, staging at RCP-REMOTE-PREFIX, and FTPSCRIPTFILE, into FTP-REMOTE-DIRECTORY. See update-recent-changes-file for more about this package." t) (autoload 'mark-transfers-as-done "recent-changes" "Mark transfers, as scripted by make-recent-changes-transfer-script, as done." t) (autoload 'find-changed-pages "recent-changes" "Find all changed pages whose title matches PATTERN. Report on any that did not exist." t) ;;;; mailto checker (autoload 'html-find-bad-mailto "mailto-checker" "Look for things that might be malformed mailto hrefs on this page." t) ;;;; Bible references (autoload 'Bible-ref-region "html-Bible" "Turn the region into an HTML Bible citation. Takes begin and end of region as arguments." t) (autoload 'html-insert-Bible-ref "html-Bible" "Insert reference to BOOK CHAPTER START-VERSE &OPTIONAL END-VERSE." t) (autoload 'html-convert-Bible-ref "html-Bible" "Convert reference in [...] around point to a Bible gateway reference." t) ;;;; Things to do lists (autoload 'html-agenda-mode "html-agenda" "Mode for editing html agenda files. Just a few extensions to html-helper-mode, which see." t) ;;;; page normalization (autoload 'normalize-page "normalize-page" "Using TEMPLATE and data from OLD-BUFFER construct a normalized equivalent page in NEW-BUFFER." nil) (autoload 'test-normalize-page "normalize-page" "Test a page, using TEMPLATE." t) (autoload 'connectivity:report-on-site "connectivity" "Produce a connectivity report on SITE." t) ;;;; templated pages (autoload 'templated-page "templated-page" "Create a templated PAGE with TITLE." t) (autoload 'templated-pages-from-links "templated-page" "Create local pages referred to from this page, using templates." t) (autoload 'templated-page-from-links "templated-page" "Create a local page referred to from this link, using templates." t) ;;;; templated pages (autoload 'templated-page "templated-page" "Create a templated PAGE with TITLE." t) (autoload 'templated-pages-from-links "templated-page" "Create local pages referred to from this page, using templates." t) (autoload 'templated-page-from-links "templated-page" "Create a local page referred to from this link, using templates." t)