• Anonymous
  • Login
  • Register
DominoWiki - Feature Request: Adding HTML link element for the RSS feed to the $$HTMLHead


This will help user agents that automatically detect RSS feeds in web pages.

I've added it to the end of the $$HTMLHead field at the end:

REM {Hard-code the layout stylesheet name & global Javascript file};
REM {But we could have several styles, so let's make it easy to define};
REM {a look & feel for the whole site in the config doc. If you change this};
REM {be sure to change the HTMLHead in the login PAGE too...};

db := "/" + @WebDbName;

REM {This JS variable is referenced by Wiki form onLoad()};
mode := @If(@IsDocBeingEdited; "true"; "false");

jsMode := "<script language=\"JavaScript\" type=\"text/javascript\">" +
@NewLine + "<!--" + @NewLine + "var editMode = " + mode + ";" + @NewLine +
"// -->" + "</script>";

js := "<script type=\"text/javascript\" src=\"" + db + "/rsrc/wiki.js\"></script>";

styles := "<style type=\"text/css\" media=\"all\">@import \"" + db +
"/rsrc/layout.css\";</style>" + @NewLine + "<style type=\"text/css\"" +
" media=\"all\">@import \"" + db + "/rsrc/" + LookAndFeel + "\";</style>";

rss := "<link rel=\"alternate\" type=\"application/rss+xml\" title=\"RSS Feed\" href=\"" + db + "/rss?ReadForm/\" />";

styles + @NewLine + rss + @NewLine + js + @NewLine + jsMode + @NewLine



Taken Actions by Owners



Documents
In this field you can enter the actual request.

You can use the rich text editor for rich text formating. You can also enter HTML to embed objects, e.g. to embed a YouTube video or a screenshot of the project. In this case use '[' and ']' to mark the passthrough HTML as such.

Please note that the first time you use the new UI your description is converted from rich text to MIME. You might want to copy and paste the raw plain text from the old UI in the new UI so that you don't loose information.
In this field owners can describe what they have done or want to do.

You can use the rich text editor for rich text formating. You can also enter HTML to embed objects, e.g. to embed a YouTube video or a screenshot of the project. In this case use '[' and ']' to mark the passthrough HTML as such.

Please note that the first time you use the new UI your description is converted from rich text to MIME. You might want to copy and paste the raw plain text from the old UI in the new UI so that you don't loose information.