WMII the wiki is wrong, local wmiir is ignored

Hi, some how I'm trying to config WMII. It's impossible. I've changed the terminal and the super key to the windows key. That's it, but this is done in the /etc/wmii-3.5 and I had to do it in both wmii and rc.wmii for it to work. This is so messy and not exactly intuitive. Thinking about the suckless.org philosophy I can't see were this confusing handling of files comes into play.
Anybody knows how I can get to config wmii trough wmiir in my home directory?  (No, don't refer me to wiki. They just cp the wmiir to the local .wmii-3.5 directory. And that does not work)

do you have plan9port installed? if so, it's going to be looking for rc.wmii and not wmiirc, that means, if you have plan9port installed, and then wmiir in your local directory, it will get ignored and /etc/wmii-3.5/rc.wmii will get executed.
the other thing is that are you sure your modifcations are correct etc? 
are you using the -hg version?  that uses .wmii-hg directory...

Similar Messages

  • How to get the wiki up and running

    Hi,
    I am new to server software ....
    1)
    I installed lion server.
    When i activate the wiki service, a link appears named "view Wiki"
    However, when following the link (http://imacserver.local/wiki) I get following error:
    Not Found
    The requested URL /wiki was not found on this server.
    The Wiki service will also switch to OFF automatically
    2)
    When I click on the Web service, an error is displayed: "Error Reading Settings"
    What is wrong ?? What should I do ??
    Please help me out. I am pretty familiar with Mac OS but completely new to server software.

    Solved! At least for me...
    I have described all solutions to the major problems I've been having from a crippled 10.7.3 install to a flourishing one here:https://discussions.apple.com/message/17740033#17740033
    Hope this helps!

  • Wrong locale after update.

    I-ve fully updated my system and suddenly my locale is wrong. In rc.conf it is set as
    LOCALE="es_ES.UTF-8"
    KEYMAP="es"
    I-ve already checked locale.gen, it is fine, i-ve regenerated locale etc. It-s getting on my nerves.
    By locale wrong I mean that I-m writing right now and as you might have guessed the apostrophe is not where it-s supposed to be. In the tty-s it is fine.
    Thanks.

    This has nothing to do with locale setting in rc.conf, but with the recent Xorg upgrade. Have a look at the wiki how to configure your keyboard layout for the new Xorg version: http://wiki.archlinux.org/index.php/Xorg#xorg.conf.d
    you could also have read the news where this change was mentioned: http://www.archlinux.org/news/502/

  • Want to open a new browser window and display the html file in locale disk.

    Hi,
    I want to open a new browser window and display the html file in local drive. The below html applet work in local system successfully. But i deploy the same in web server (Tomcat) and try the same in client machine it does not work. Please help.
    Note:
    The class below fileopen.FileOpen.class i make it as a jar and put it in jre\ext folder at the client machine.
    ------------------------------------FileOpen.html(Tomcat)-----------------------------------------------------
    <html>
    <body >
    <applet code="OpenFile.class" archive="loadfile.jar" width="100" height="100">
    <param name="path" value="file://c:/open.html" />
    </applet>
    </body>
    </html>
    -------------OpenFile.java in server(Tomcat)--------------------------------------------
    public class OpenFile extends Applet implements ActionListener{
    String path = "";
    fileopen.FileOpen open = null;
    Button b = null;
    public void init(){
    path = getParameter("path");
    b = new Button("Open");
    b.addActionListener(this);
    add(b);
    public void actionPerformed(ActionEvent ae){
    try
    open = new fileopen.FileOpen(this,path);
    catch (Exception e){
    e.printStackTrace();
    -------------------------------------------FileOpen.java /Client JRE/ext----------------------------------------------------
    package fileopen;
    public class FileOpen
    AppletContext context = null;
    URL url = null;
    public FileOpen(Applet applet,String path)
    try
    if(null != applet){
    context = applet.getAppletContext();
    if (null != path)
    url = new URL(path);
    context.showDocument(url, "_blank");
    }catch(Exception ex)
    ex.printStackTrace();
    Please help to solve this issue very urgent.
    Thanks in advance.
    By,
    Saravanan.K.

    zzsara wrote:
    I want to open a new browser window and display the html file in local drive. ...Did you ever pause to consider how ridiculous that is?
    The best audience for applets is people off the internet. 'People off the internet' might be using a computer that has no (what was it?) 'open.html' in the root of the C: drive. In fact (shock horror) they may not even be running Windows, and would therefore probably have no 'C:' drive at all.
    If you do not intend to distribute this to people off the web, an application makes a lot more sense, but even then, you cannot rely on the document being there unless you 'put it there' (during installation, for instance).
    As the other poster intimated, applets can load documents off the local disk as long as they are trusted. Here is an example*, but note that it is not so rash as to presume any particular path or file, and instead leaves it to the user to choose the document to display.
    * The short code can be seen at SDNShare on the [Defensive Loading of Trusted Applets|http://sdnshare.sun.com/view.jsp?id=2315] post.
    On the other hand, a sandboxed applet can load any document coming from its own server via URL, or get showDocument(URL) to work. In that case, the JRE must recognize that the URL is from its own server, so the best way to form URLs for applet use is via the URL constructor
    new URL(getDocumentBase(), "path/to/open.html");That is how I form the URL in this [ sandboxed example of formatting source|http://pscode.org/fmt/sbx.html?url=/jh%2FHelpSetter.java&col=2&fnt=2&tab=2&ln=0]. Of course, in this case the applet loads the document, then parses the text to draw the formatted version, but the point is that an URL produced this way will work with showDocument(URL).
    I am pretty sure showDocument() in an applet off the internet will work with an URL pointing to a foreign (not its own) server, but it will not be able to load documents off the end user's local disks.
    I suggest a couple of things.
    - Try to express this problem in terms of what feature it is that you want to offer the end user. Your question jumps directly to a bad strategy for achieving ..who knows what? An example of a feature is "Shows the applet 'help' files on pressing F1".
    - A good way to indicate interest in a solution is to offer [Duke stars|http://wikis.sun.com/display/SunForums/Duke+Stars+Program+Overview] to match that interest.
    Edit 1:
    ..and please figure out how to use the CODE tags.
    Edited by: AndrewThompson64 on Sep 12, 2008 11:14 PM

  • Can I create a Desktop page on the wiki ?

    Hi there,
    I was using Arch since 1 or 2 weeks now, and I am still in the 'tune the system to get a working desktop' phase.
    On the way, I took extensive notes about everything I installed and set-up.
    So I was thinking about creating a wiki page (that could be named something like : "Desktop Arch : Zero2Heaven") that list every step to get a working desktop configuration.
    The idea is to provide a guide to set up a workstation easily for a non-guru arch new user like me.
    Before doing anything, I just wanted to be sure creating this kind of page isn't against some wiki protocol (I don't think so but better safe than sorry ).
    See you around
    Tereva

    karol wrote:
    axel668 wrote:Which desktop ? There is no such thing as THE desktop in Arch or even in Linux in general, so the only useful content of a desktop page might be a couple of links to other Wiki pages, maybe about Xorg and the most popular DEs (Gnome, KDE, XFCE, LXDE, Openbox, Enlightenment, ...)
    That's why OP's personal preferences should go to his user page and not as a regular article.
    I've seen wiki user pages that listed some configs that their authors found useful, nothing wrong with that.
    I think there is something missing in the documentation / wiki : How to mount 'quickly' a usable desktop configuration.
    The idea was to hook false beginner / 'young' intermediate Linux user, that want to give Arch a try, but don't have the knowledge/experience to sort all the info available in the wiki to install a desktop config.
    IMO this could help expand the user base.
    Tereva
    PS :  I was going for LXDE + java + audio/video codex + usb auto-mounting + some fonts...
    Of course I don't pretend this is THE ultimate desktop experience (everyone has his own preferences).
    But at least by following the guide I was thinking about, someone can have a -fast- usable desktop in 10 / 15 min.

  • Can't add groups or users to the wiki

    I've found a few threads on this, but none of them have presented a solution.
    Setup:
    XServe with Leopard 10.5.4 on it.
    Advanced mode.
    Problem:
    Under the Server Admin panel, if I add a user or group to have Wiki and Blog permissions, if I click save, the user and or groups do not stay in the list. And on the site they do not have wiki or blog options. The group/user vanished.
    If I try to enable wiki and blog options for a group under the "basic" tab in Workgroup Manager, all options are disabled (i.e. - "Enable the following services for this group on: (None)" is disabled.
    The DNS is set appropriately.
    The machine is (correctly) set for Open Directory - Stand Alone server.
    Here is an interesting addition to the problem.
    1.) Through the System Admin panel, if I add a user to the wiki permission list, and click save
    2.) Open a broswer over the System Admin panel (without navigating to anywhere else in System Admin) and log in to the local wiki
    3.) The "groups" button is enabled, but the "users" button is not.
    4.) Click on "groups"
    5.) Now the "users" button is also enabled.
    6.) Go to "Users"
    7.) Select "create a blog" and enter my username and password.
    8.) Give my blog a name.
    9.) Now the blog shows up under the Users list.
    10.) Open my blog in the users list.
    11.) Create a new blog entry.
    12.) Go back to System Admin panel, navigate anywhere else, and then return to the wiki settings for the appropriate site, the user and or groups are gone once again.
    13.) Go back to the web broswers and pull up the local wiki.
    14.) "groups" will be enabled. "users" will be disabled.
    15.) Click "groups"
    16.) "Users" is now enabled.
    17.) Click on "users"
    18 a.) Often a 404 page appears, or a wiki page that is pure text (no html).
    18 b.) Refresh the page, and now the normal list of user blogs appears.
    19.) Click on the blog I created previously.
    20.) Viola! It is completely usable and viewable, but the User will NEVER appear as having permissions under the Web options in Server Admin.

    @ Pope7
    Hi
    The machine is (correctly) set for Open Directory - Stand Alone server
    If this is truly what is says then whatever you are trying to achieve won't happen. The Server has to be an OD Master and users and groups need to exist in the LDAP node. Wiki, Blog and iCal will not be available as services until you you do this.
    The DNS is set appropriately
    The foundation for a successful Open Directory Master offering LDAP and SSO is DNS. Don't confuse an external DNS service with an internal one that the server will require. You don't have to configure DNS on the server itself just as long as it is configured on another server on the same network will do.
    @ simonblackledge
    Hi
    Using DM to make a group. Goto the tab for services and everything ..wiki etc.. is ghosted out
    What's DM? If you are not seeing an option to enable calendaring in the Users Advanced Tab or similar options for Wiki, Blog etc in the Groups Tab then either you are in the Local node in which case these services won't work or your Server is not configured as an OD Master. Same advice applies to you really.
    The admin manual although poor does clearly state what's required:
    http://images.apple.com/server/macosx/docs/iCalService_Admin_v10.5_2ndEd.pdf
    You should download this one as well:
    http://images.apple.com/server/macosx/docs/OpenDirectory_Admin_v10.5_2ndEd.pdf
    Finally there is a requirement for clients to be bound to the Server for this to be truly effective. Use Directory Utility found in /Applications/Utilites to achieve this.
    If I'm telling you something you already know then please accept my apologies.
    Tony

  • How to enable mail list archives in the wiki?

    I have had a group wiki for some time, but the group maillist service was not enabled until recently. When I enabled "server group mail lists" in Server Admin and selected the "Mailing list" option in WGM for this group, I hoped that the "Mail" tab would appear in the wiki after sending a few messages to the group. Not so.
    Using the 'serveradmin' command, it looks like the listArchive option is disabled:
    $ sudo serveradmin settings web | grep -i listarchive
    web:Sites:array_id:123.456.789.12:443wiki.mydomain.ca:mailingListArchive = no
    When I try to change it, serveradmin echos "emptyarray":
    $ sudo serveradmin settings web:Sites:array_id:123.456.789.12:443wiki.mydomain.ca:mailingListArchive = yes
    web:Sites = emptyarray
    ...and the mailingListArchive attribute is still set to "no". Am I doing something wrong? How can I enable group list archives?
    Thanks!

    Found it: Server Admin -> Web -> Sites -> Web Services -> Mailing list web archive. Then go back to WGM -> Groups -> Basic, and the option for mailling list web archive is no longer greyed out.
    Checking the wiki after a webserver restart, I get the "mail" tab now. There are no emails in the web archive, but thats a different issue .

  • Customizing the Wiki sidebar step by step

    I'm having severe problems with my Wiki-setup. Frankly the worst Apple-experience in my entire life. When I'm done with this thread, I'm certain that a lot of other people will have an easier time configuring a custom sidebar in their own Wiki. At the moment, I'm lost.
    *Apple has posted this: "Extending your wiki server"*
    http://images.apple.com/server/macosx/docs/ExtendingYour_WikiServer.pdf
    Which has a chapter on page 18-23 that takes ut step by step towards a custom wiki sidebar.
    This guide is poorly written and takes an abstract approach towards helping the user, in this case, poor me. To summarize:
    As far as I know, the relevant files are stored at
    */Library/Application\ Support/Apple/WikiServer*
    (themes, wikicontent and such)
    And some files at
    /Library/WebServer/Documents
    (index file that points towards the correct wiki-dir)
    *------ QUOTE: ------*
    Creating Sidebars
    If you haven’t created a sidebar before, it might be easier to customize an example
    sidebar to suit your needs.
    In the wireframe theme’s theme.plist file, there is a sidebars section that contains an
    array of sidebars you can customize:
    <key>sidebars</key>
    <array>
    <dict>
    sidebar keys and values
    </dict>
    <dict>
    sidebar keys and values
    </dict>
    </array>
    *------ END QUOTE: ------*
    *I assume...*
    That "the wireframe themes theme.plist file" is this file:
    /Library/Application Support/Apple/WikiServer/Themes/wireframe.wikitheme
    Later down, at page 23, there is a part named *Using the Example Sidebars*
    *------ QUOTE: ------*
    The wireframe theme’s theme.plist file includes several sidebar examples. All of these
    examples are commented out by default. You’ll need to remove the comments marks if
    you want to use the example sidebars as custom sidebars. If you don’t add any custom
    sidebars, the default sidebars are used. If you use at least one custom sidebar, the
    default sidebars don’t appear.
    Consider commenting out all sidebars you don’t want to use, and leaving
    uncommented all sidebars you want to use. Doing this allows you to choose which
    sidebars you want and allows you to easily change sidebar settings later on. To do this,
    you must start a comment before the <dict> tag for a sidebar, and end the comment
    after the </dict> tag for that sidebar.
    *------ END QUOTE: ------*
    Do I understand this right? I may just edit this file and it will show up on all my Wiki's? What if I want different sidebars on my different Wiki's? Guess different sidebars should be an easy thing to fix, so I doubt the change is made in this file - which gets me thinking, why do I need to edit this file at all? Well.. Let's do it anyway:
    *The original file: /Library/Application Support/Apple/WikiServer/Themes/wireframe.wikitheme/themes.plist*
    *------ QUOTE: ------*
    <?xml version="1.0" encoding="UTF-8"?>
    <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
    <plist version="1.0">
    <dict>
    <key>bannerImageHeight</key>
    <real>99</real>
    <key>bannerImageWidth</key>
    <real>950</real>
    <key>displayName</key>
    <string>Wireframe Theme</string>
    <key>name</key>
    <string>com.apple.wireframe</string>
    <!-- remove this selectable key from your theme -->
    <key>selectable</key>
    <false/>
    <!-- example (non-default) sidebars -->
    <!--
    <key>sidebars</key>
    <array>
    <dict>
    <key>displayName</key>
    <string>What's Hot</string>
    <key>howMany</key>
    <string>5</string>
    <key>sortDirection</key>
    <array>
    <string>reverse</string>
    </array>
    <key>tag</key>
    <array>
    <string>hot</string>
    </array>
    <key>type</key>
    <string>search</string>
    <key>uid</key>
    <string>HotList</string>
    </dict>
    <dict>
    <key>displayName</key>
    <string>What’s New</string>
    <key>howMany</key>
    <string>5</string>
    <key>kind</key>
    <array>
    <string>wiki</string>
    <string>weblog</string>
    <string>mailinglist</string>
    </array>
    <key>sort</key>
    <array>
    <string>createdDate</string>
    </array>
    <key>sortDirection</key>
    <array>
    <string>reverse</string>
    </array>
    <key>type</key>
    <string>search</string>
    <key>uid</key>
    <string>RecentAddsList</string>
    </dict>
    <dict>
    <key>displayName</key>
    <string>Useful Links</string>
    <key>type</key>
    <string>static</string>
    <key>uid</key>
    <string>UsefulLinks</string>
    <key>urls</key>
    <array>
    <dict>
    <key>kind</key>
    <string>url</string>
    <key>subtitle</key>
    <string>Your server's homepage.</string>
    <key>title</key>
    <string>Server Home</string>
    <key>uid</key>
    <string>serverhome</string>
    <key>url</key>
    <string>/</string>
    </dict>
    <dict>
    <key>kind</key>
    <string>url</string>
    <key>subtitle</key>
    <string>List of groups with wikis on this server.</string>
    <key>title</key>
    <string>Groups</string>
    <key>uid</key>
    <string>groups</string>
    <key>url</key>
    <string>/groups/</string>
    </dict>
    <dict>
    <key>kind</key>
    <string>url</string>
    <key>subtitle</key>
    <string>All things related to Mac OS X Server engineering and planning</string>
    <key>title</key>
    <string>Mac OS X Server wiki</string>
    <key>uid</key>
    <string>server wiki</string>
    <key>url</key>
    <string><a class="jive-link-external-small" href="http://serverstoragesoftware.apple.com/groups/macosxservergroup/">http:// serverstoragesoftware.apple.com/groups/macosxservergroup/</a></string>
    </dict>
    </array>
    </dict>
    <dict>
    <key>displayName</key>
    <string>Upcoming Events</string>
    <key>howManyDays</key>
    <string>5</string>
    <key>type</key>
    <string>calendar</string>
    </dict>
    </array>
    -->
    <key>version</key>
    <string>1</string>
    </dict>
    </plist>
    *------ END QUOTE: ------*
    OK, so I'll edit the file according to the manual. 1: Remove the comment marks because I want to use the exampe sidebars as custom sidebars. And add a custom sidebar so that the default sidebar will not appear.
    *Edited version example, according to documentation of file: /Library/Application Support/Apple/WikiServer/Themes/wireframe.wikitheme/themes.plist*
    *------ QUOTE: ------*
    <?xml version="1.0" encoding="UTF-8"?>
    <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
    <plist version="1.0">
    <dict>
    <key>bannerImageHeight</key>
    <real>99</real>
    <key>bannerImageWidth</key>
    <real>950</real>
    <key>displayName</key>
    <string>Wireframe Theme</string>
    <key>name</key>
    <string>com.apple.wireframe</string>
    <!-- remove this selectable key from your theme -->
    <key>selectable</key>
    <false/>
    <!-- example (non-default) sidebars -->
    <!-- Testing custom sidebar code here -->
    <key>sidebars</key>
    <array>
    <key>displayName</key>
    <string>Custom tags!</string>
    <key>howMany</key>
    <string>5</string>
    <key>sortDirection</key>
    <array>
    <string>reverse</string>
    </array>
    <key>tag</key>
    <array>
    <string>tagtest</string>
    </array>
    <key>type</key>
    <string>search</string>
    <key>uid</key>
    <string>tagtest</string>
    </dict>
    </array>
    <!--
    <dict>
    <key>displayName</key>
    <string>What's Hot</string>
    <key>howMany</key>
    <string>5</string>
    <key>sortDirection</key>
    <array>
    <string>reverse</string>
    </array>
    <key>tag</key>
    <array>
    <string>hot</string>
    </array>
    <key>type</key>
    <string>search</string>
    <key>uid</key>
    <string>HotList</string>
    </dict>
    <dict>
    <key>displayName</key>
    <string>What’s New</string>
    <key>howMany</key>
    <string>5</string>
    <key>kind</key>
    <array>
    <string>wiki</string>
    <string>weblog</string>
    <string>mailinglist</string>
    </array>
    <key>sort</key>
    <array>
    <string>createdDate</string>
    </array>
    <key>sortDirection</key>
    <array>
    <string>reverse</string>
    </array>
    <key>type</key>
    <string>search</string>
    <key>uid</key>
    <string>RecentAddsList</string>
    </dict>
    <dict>
    <key>displayName</key>
    <string>Useful Links</string>
    <key>type</key>
    <string>static</string>
    <key>uid</key>
    <string>UsefulLinks</string>
    <key>urls</key>
    <array>
    <dict>
    <key>kind</key>
    <string>url</string>
    <key>subtitle</key>
    <string>Your server's homepage.</string>
    <key>title</key>
    <string>Server Home</string>
    <key>uid</key>
    <string>serverhome</string>
    <key>url</key>
    <string>/</string>
    </dict>
    <dict>
    <key>kind</key>
    <string>url</string>
    <key>subtitle</key>
    <string>List of groups with wikis on this server.</string>
    <key>title</key>
    <string>Groups</string>
    <key>uid</key>
    <string>groups</string>
    <key>url</key>
    <string>/groups/</string>
    </dict>
    <dict>
    <key>kind</key>
    <string>url</string>
    <key>subtitle</key>
    <string>All things related to Mac OS X Server engineering and planning</string>
    <key>title</key>
    <string>Mac OS X Server wiki</string>
    <key>uid</key>
    <string>server wiki</string>
    <key>url</key>
    <string><a class="jive-link-external-small" href="http://serverstoragesoftware.apple.com/groups/macosxservergroup/">http:// serverstoragesoftware.apple.com/groups/macosxservergroup/</a></string>
    </dict>
    </array>
    </dict>
    <dict>
    <key>displayName</key>
    <string>Upcoming Events</string>
    <key>howManyDays</key>
    <string>5</string>
    <key>type</key>
    <string>calendar</string>
    </dict>
    </array>
    -->
    <key>version</key>
    <string>1</string>
    </dict>
    </plist>
    *------ END QUOTE: ------*
    Then, to make the changes take effect, I use this command re restart the service:
    sudo serveradmin stop teams; sudo serveradmin start teams;
    I launched Safari and check the website. Theese changes had NO effect on either of the Wiki's. Which is actually a good result because I want to controll this for each wiki. But there is no documentation about how to do this
    Back to the drawingboard....
    Well, since I should be able to to control this separately for each wiki maybe I should try to edit the theme.plist file located inside one of the specific themes? Such as one of theese, located at /Library/Application Support/Apple/WikiServer/Themes/
    block.green.banner.wikitheme obsidian.blue.banner.wikitheme
    block.green.wikitheme horizon.blue.banner.wikitheme obsidian.blue.wikitheme
    block.red.banner.wikitheme horizon.blue.wikitheme obsidian.green.banner.wikitheme
    block.red.wikitheme horizon.green.banner.wikitheme obsidian.green.wikitheme
    float.green.banner.wikitheme horizon.green.wikitheme obsidian.orange.banner.wikitheme
    float.green.wikitheme horizon.grey.wikitheme obsidian.orange.wikitheme
    float.orange.banner.wikitheme horizon.red.banner.wikitheme
    float.orange.wikitheme horizon.red.wikitheme
    Well, let's try this.
    I'll edit the /Library/Application Support/Apple/WikiServer/Themes/horizon.green.wikitheme/theme.plist file which is from the theme I use for one of my Wikis. Originally, it looks like this:
    *------ QUOTE: ------*
    <?xml version="1.0" encoding="UTF-8"?>
    <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
    <plist version="1.0">
    <dict>
    <key>displayName</key>
    <string>Horizon Green</string>
    <key>name</key>
    <string>com.apple.horizon.green</string>
    <key>version</key>
    <string>1</string>
    </dict>
    </plist>
    *------ END QUOTE: ------*
    Let's try to add the sidebar arrays here. Like this:
    *------ QUOTE: ------*
    <?xml version="1.0" encoding="UTF-8"?>
    <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
    <plist version="1.0">
    <dict>
    <key>displayName</key>
    <string>Horizon Green</string>
    <key>name</key>
    <string>com.apple.horizon.green</string>
    <key>version</key>
    <string>1</string>
    </dict>
    <key>sidebars</key>
    <array>
    <dict>
    <key>displayName</key>
    <string>Custom tags</string>
    <key>howMany</key>
    <string>5</string>
    <key>sortDirection</key>
    <array>
    <string>reverse</string>
    </array>
    <key>tag</key>
    <array>
    <string>custom</string>
    </array>
    <key>type</key>
    <string>search</string>
    <key>uid</key>
    <string>CustomTags</string>
    </dict>
    </array>
    <key>version</key>
    <string>1</string>
    </plist>
    *------END QUOTE: ------*
    I'll run this command once again: sudo serveradmin stop teams; sudo serveradmin start teams;
    I launch Safari and guess what happens! The Wiki has decided to revert to the theme which I choose as the default theme when I installed Mac Os X Leopard Server! It reverted to the Block Green Books theme, and the sidebar is still not changed. If I go via the Wiki's admin interface to rechoose my origional theme, it's become unavailable.
    If i change the /Library/Application Support/Apple/WikiServer/Themes/horizon.green.wikitheme/theme.plist back to it's origional state, then run the sudo serveradmin stop teams; sudo serveradmin start teams;
    I'm back with a working Wiki, but still no custom sidebar.
    No success. Does anybody have any suggestions, please?
    I'm crying my eyes out over here :-/

    Eureka! I found a solution that helped me along the way. I'm now able to add as many Custom Dynamic content in the sidebar as I wish. But I haven't been able to remove "What's hot" and "Upcoming events" yet.
    *THIS is how you customize the sidebar in your wiki server running on Mac Os X 10.5 Leopard*
    1: When you have a working wiki, use you're Terminal.app to access this dir:
    /Library/Collaboration/Groups/[NAME OF YOUR WIKI]
    Inside this foldere there is a file named metadata.plist
    This file is where you add your content. BUT you MUST do this in the correct order to make it work. This is how:
    1. Edit the file and insert content like shown in the example bellow.
    2. Save the metadata.plist file and go to the Application Server Admin and restart the webservice Click stop, what until it's stopped, and click start again.
    (If your're running the server in simplemode, you just use server preferences and stop and start the webservice again).
    3. Run this command in the terminal: sudo serveradmin stop teams; sudo serveradmin start teams;
    4. Now you can se that you're changes have been made.
    Issues: If you access the wiki via you're browser and you get "internal server error" -It's because the syntax in the metadata.plist file is wrong, so revert to your backup and try again.
    If you don't restart the webservice like described in step 2 above, and then try to access the wiki via you're webbrowser, the wiki will overwrite your new settings and you're changes will not be saved.
    This is still by far the stupidest undocumented issue I've experienced with Apple. If Steve S knew about this, he would be ashamed
    The file shown bellow is not entierly like the one that will work in your wiki, this is because the GUID id unique for every wiki - and our file bellow specifies to use the green theme as well. So instead of copy/paste the file I'm showing here, just modify your own by adding lines like this:
    <dict>
    <key>displayName</key>
    <string>Final Cut Pro</string>
    <key>howMany</key>
    <string>10</string>
    <key>sort</key>
    <array>
    <string>modifiedDate</string>
    </array>
    <key>sortDirection</key>
    <array>
    <string>reverse</string>
    </array>
    <key>tag</key>
    <array>
    <string>FCP</string>
    </array>
    <key>type</key>
    <string>custom</string>
    <key>uid</key>
    <string>CustomTagSidebar</string>
    </dict>
    Look at my file bellow to learn exacly where to place the lines.
    * ---- QUOTE ----*
    <?xml version="1.0" encoding="UTF-8"?>
    <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
    <plist version="1.0">
    <dict>
    <key>GUID</key>
    <string>BFE27CA4-5AB7-455C-B70C-FA86578F6BDB</string>
    <key>LongName</key>
    <string>Our awesome Wiki</string>
    <key>allowComments</key>
    <true/>
    <key>allowUnauthenticatedComments</key>
    <false/>
    <key>allowUnmoderatedComments</key>
    <true/>
    <key>allowUnmoderatedUnauthenticatedComments</key>
    <true/>
    <key>bannerImage</key>
    <string></string>
    <key>indexVersion</key>
    <integer>2</integer>
    <key>name</key>
    <string>macdrift</string>
    <key>podcastCategory</key>
    <string></string>
    <key>podcastEnabled</key>
    <false/>
    <key>sidebars</key>
    <array>
    <dict>
    <key>displayName</key>
    <string>Final Cut Pro</string>
    <key>howMany</key>
    <string>10</string>
    <key>sort</key>
    <array>
    <string>modifiedDate</string>
    </array>
    <key>sortDirection</key>
    <array>
    <string>reverse</string>
    </array>
    <key>tag</key>
    <array>
    <string>FCP</string>
    </array>
    <key>type</key>
    <string>custom</string>
    <key>uid</key>
    <string>CustomTagSidebar</string>
    </dict>
    <dict>
    <key>displayName</key>
    <string>Mac generelt</string>
    <key>howMany</key>
    <string>10</string>
    <key>sort</key>
    <array>
    <string>modifiedDate</string>
    </array>
    <key>sortDirection</key>
    <array>
    <string>reverse</string>
    </array>
    <key>tag</key>
    <array>
    <string>mac</string>
    </array>
    <key>type</key>
    <string>custom</string>
    <key>uid</key>
    <string>Mac stuff</string>
    </dict>
    <dict>
    <key>displayName</key>
    <string>Server</string>
    <key>howMany</key>
    <string>10</string>
    <key>sort</key>
    <array>
    <string>modifiedDate</string>
    </array>
    <key>sortDirection</key>
    <array>
    <string>reverse</string>
    </array>
    <key>tag</key>
    <array>
    <string>server</string>
    </array>
    <key>type</key>
    <string>custom</string>
    <key>uid</key>
    <string>Server</string>
    </dict>
    </array>
    <key>themeName</key>
    <string>com.apple.horizon.green</string>
    </dict>
    </plist>

  • Tried both ways in the Wiki, still can't get network printing work

    Hi,
    I have tried both the client and server ways following the Wiki, still could not get network printing work.
    For the first way, I tried to put either the host name or the ip address (starting with 192) of the remote printer into /etc/cups/client.conf. But both Okular and Evince failed to see the printer in the dialog.
    For the second way, with cups-browsed running, it only managed to discover printers in my local network (ip starting with 137) which I have no access. I tried to manually add the printer using its ip, but it still did not work.
    What can I do? I have spent hours trying to work it out but failed. I would appreciate a lot your help. Thanks.

    Have you looked at the previous discussions listed on the right side of this page under the heading "More Like This"? Ones with a green checkmark are solved.

  • Reader mode available on only some of the wiki pages.

    Long story short I have a script that runs to create a back up of the info in our wiki.  The script is set to change the view to reader mode so that the info extracted is cleaner without all the wiki buttons etc.  My issue is that the Lion Server's Wiki does not seem to generate a reader view for all pages only some.  Can't seem to find what determins if the page gets the reader option or not.  Anyone out there know?

    First off, your link is wrong: chartiermotorsports
    You missed off the S from sports.
    I'm no expert but until one turns up I have an idea for you to think about.
    When you move to one of your gallery pages it appears that you are losing the URL to your slideshow or the javascript.  This might be because the gallery folder is one step removed from the root than the other pages.
    You might need to change the paths to take account of that added level or move the gallery pages up a level.
    Hope I made that clear and like I say, I'm no expert.
    Did you define your site in Dreamweaver?
    Best of luck
    Martin

  • Setting the user's default locale

    Hello all,
    I am working with an IRC applet client. This applet loads information based on the client's locale. I found that some machines load the wrong locale, and I guess it is a result of different settings in the OS. I need to make sure that all clients load the same locale. The machines which use this applet are all win32, and I have the benefit of being able to instruct them what to do in order to set their applet to the proper locale.
    The way I see it there are two alternatives: either setting the applet or the OS. I tried adding parameters in the Advanced tab of the Plugin's control panel (-Duser.language=he), but it did not help.
    Where should I look in the OS in order to set something which will change the applet's default locale?
    Is there anything else I can do???
    Thanks in advance,
    David.

    I assume you don't have access to the applet source code -- if so, you could easily change the code to use your own locale.
    If it wouldn't be in violation to any license agreement, you could decompile the applet to retrieve the source. There are several open source decompilers, I would just do a search here to get some names.
    Alternatively, you could write an applet loader which sets the JVM's default locale (using java.util.Locale.setDefault()) before passing control off to the applet. See http://forum.java.sun.com/thread.jsp?forum=4&thread=474305 (reply 5) for some hints on how this can be done.

  • How to force my Wiki Page Title to get the same value as the wiki page Name

    I am working on an enterprise wiki site collection, and currently each wiki Page will have two properties that seems confusing; Name & Title.
    While the default edit form allow to edit the Wiki Page Name only , it does not provide a way to edit the Title.
    So my question is about how I can update the Wiki Page title to be always equal to the Wiki Page name that the user enters?
    For example when I first create a wiki page I miss-spell the word “Bookmark”, so I wrote the following for the wiki page name:-
    Add Bokkmarks Within a Wiki Page.
    Then I edit the page and I change the name to have a correct spelling, so currently I got the following , where the title is still having the wrong spelling:-
    So that why I am want to find a way to always update the page title to be equal to the page name? can anyone advice on this please?
    Thanks

    Hi
    You can add custom event handlers for doing the same
    The details can be referred in the links
    http://www.c-sharpcorner.com/uploadfile/Chandresh.P/implementing-event-handler-in-sharepoint/
    http://blogs.msdn.com/b/brianwilson/archive/2007/03/05/part-1-event-handlers-everything-you-need-to-know-about-microsoft-office-sharepoint-portal-server-moss-event-handlers.aspx
    Thanks
    Girish
    so is there an option in sharepoint that allow me to set the value of a site column to be equal to another value ,, without having to write code ?

  • How can i give a dedicated domain to the wiki

    How can i give a dedicated domain to the wiki eg. wiki.mydomain.com instead of server.local/wiki
    Trying to get rid of the /wiki can this be done outside of editing the apache conf file.

    You're on your own with this:
    How to Enable Wiki Services on Multiple Virtual Hosts with Mountain Lion Server

  • Enabling the wiki service for a group not working

    Hey all,
    I am getting my server up and running and I have the following services: AFP, DNS, and Web. I am currently trying to enable the use of a Wiki but am running into some problems. I have enabled Wiki and blog in the Web Services in Server Admin and I have added the groups I wish to be able to use the Wiki. When I go to Workgroup Manager, I get stuck. In the Accounts tab and the group I am trying to give access to, I attempt to use the pulldown tab to "Enable the following serves for this group on:" I would like to get the pulldown to be set on "Default web site of server17.pretendco.com, but I cannot even use the pulldown. It is grayed over, and I cannot change the settings.
    I am using the Administrator account, so I should be able to change that. Any ideas?
    Thanks
    Pat

    Hi
    The reason the option is grayed out for your users is because your server is not an OD Master. Wiki, Blog and iCal won't be available unless this happens first.
    Page 61 Web Technologies Admin Manual
    Wiki will not work without a local Open Directory master. Your server can be connected
    to another directory server simultaneously, but for wiki to work, your server must be an
    Open Directory master. For more information, see Open Directory Administration.
    You can download the relevant manuals from here:
    http://images.apple.com/server/macosx/docs/WebTechnologies_Adminv10.5.pdf
    http://images.apple.com/server/macosx/docs/OpenDirectory_Admin_v10.5_2ndEd.pdf
    Other manuals may also be of use:
    http://www.apple.com/server/macosx/resources/
    Open Directory requires a tested and configured Internal DNS Service resolving on the forward and reverse lookups. DNS does not need to be running on the server itself just as long as it is running on a server on the same network. Don't confuse internal DNS Services with the external ones you are used to.
    Tony

  • Dbus and hal groups, the wiki.

    Hey,
    I was just reading though the beginners wiki and saw about the dbus and hal groups.
    Should I add my user account to them? The wiki said about adding a user to the groups via usermod..
    usermod -aG audio,video,floppy,lp,optical,network,storage,wheel,dbus,hal USERNAME
    But I installed hal via reading our hal wiki and it says..
    For dbus and hal to function properly, local user accounts must be members of the following groups: optical, storage. To achieve this, open a terminal and type the following commands as root:
    # gpasswd -a username optical
    # gpasswd -a username storage
    Which I have done but it doesn't mention about the hal and dbus groups, so is just adding my account to optical and storage sufficient?
    Or will adding my account to the hal and dbus groups give me any benefit or cause harm ?

    Your user doesn't need to be in the hal and dbus groups.
    Edit: I fixed the info in the wiki.
    Last edited by fwojciec (2008-02-29 21:19:40)

Maybe you are looking for

  • Google Voice APP and Google Voice will use cell phone minutes.

    My Verizon contract has 1400 minutes shared with 3 cell phones. I noticed that my cell number was using minutes from the calling plan. I normally call the other two cell phones, and my home number (which is on my friends of family calling list). My o

  • Can an external Mac/Time Machine hard drive be connected with Airpot thru USB for wireless backup

    I purchased a seagate 3 tb hard drive and planned on connecting it to my airport via usb. I setup the drive and did the full time machine back up of my imac. I then powered down the airport and the hard drive. I then plugged in the drive and airport

  • Process Chain - What is Scheduled

    I haven't found an easy way to find out what PCs are scheduled to run in the future, i.e. overnite.  I know that from RSPC, I can can click on the "Job Overview" button, and filter only "Released" jobs for a particular date range.  Those jobs all say

  • Using HAL to extract and then load metadata

    hi! We are designing a process in which HAL is used to extract a dimension from Essbase and then loaded to another application using a load rule. We are struggling with our attributes extraction, we have multiple attributes to an entity and when we e

  • Weird Issue With Windows Live Mail

    I have a friend using Windows Live Mail and he's been having some weird issues with it. When he goes to forward an email, it will occasionally open the email up twice, which isn't a huge deal it's just more annoying than anything. I thought maybe the