|
changes.opml.org scripting.com My Furl reddit.com feeds.reddit.com OPML Editor Docs |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||
The instructions for installing your own community server tell you to add a text file into the the directory where you installed the OPML editor. This file is called opmlStartupCommands.txt and it sets up some things about your server like the servers hostname, the url for RPC calls and the URL where user blogs will be hosted. The other thing the file does is let the editor know to download more root dbs that make up the community server.
One thing I wanted to mention was that the example given in the instuctions assumes that you have dns aliases set up. One for rpc.servername.com, one for blogs.servername.com and so on. If you are, like me, testing a server on your local network you can set the file up like this:
| user.opmlserver.enabled = true; |
| user.opmlserver.rpcname = "tango-opml"; |
| user.opmlserver.hostname = "tango-opml"; |
| user.opmlserver.blogsname = "tango-opml"; |