-
Notifications
You must be signed in to change notification settings - Fork 130
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
User Documentation Tasks #339
Comments
|
https://www.ohloh.net/p/misterhouse/contributors?query=&sort=commits Github also provides a nice look too: https://github.com/hollie/misterhouse/graphs/contributors |
Partially fixes hollie#339
Partially fixes hollie#339
Only way I could figure out to do this was to use =begin HTML pod format. This makes things a little messy. hollie#339
I'm ok with deleting |
… Compiled Plus do a quick cleanup of the rest of the pod documentation, scrubbing references to clearly outdated stuff. Partial Fix hollie#339
Fixing I also think a windows user should edit this, I have no idea what the current/best form of perl (ActiveState?) is for windows. |
I've already modified the windows content but it could use more I'm sure. I run both environments; most testing is on Windows; production on Debian. As for voting on the recommended file system layout, I think those of us that support users on the mail list get a voice. Ideally we would just have an install script that built it the way we want but that might give more sophisticated users the ability to override. |
Concerning the recommended installation structure: my vote is for keeping a structure that easily allows you to keep multiple versions of the MisterHouse 'software package' next to each other, all making use of the same user settings. This way you can easily test out proposed changes by other users. Is this possible with the proposed FHS layout? (Disclaimer: I'm no specialist, just curious). My MisterHouse installation is in a folder on a user account that contains the 'code' with my customizations, a subfolder that contains that master clone, and one subfolder that contains a clone that I use to test out pull requests. |
It can get complicated if we want to be strictly FHS compliant; run time files in /usr/bin, config in /etc, logs in /var/log, pid files in /var/run, etc. At a minimum we could separate the structure into read/write and read-only sections. In that case the read-only installation source should go in /usr (I use /usr/local/mh) and the runtime directory would go in /var/ (I use /var/local/mh but /var/mh is good too). Ideally the install would support the ability to mount /usr read-only. Backing up /var and /etc should get "all" configuration and data files. Maybe the ideal scenario is to provide an install script that requires two directories as input options (one for RW data one for RO files). Another option on the install could be to provide for full FHS compliance. Users are then free to put the two directories where ever they wish but we guarantee a separation. |
RE the last "update dates." These look like simple javascript calls to check the file modification date. Are these not working for some? |
More fixes for hollie#339
Partial fix to hollie#339
RE: "last modified" dates |
They are currently generated using JavaScript and the modified date of the However, I just realized that this probably won't work, git doesn't track I agree it would be nice to have this work, but if it isn't automated it
|
I am closing this, I think I covered all of the issues specifically identified by @mstovenour, with the exception of the last modified date on the pod->html pages. I do not have an immediate solution for this problem because git doesn't respect file dates. To clean up the issue tracker, I am going to start a new issue for this. |
Feel free to work on any of these issues if you feel so inclined. Make sure you understand the MisterHouse documentation "classes" and how each is maintained before working on the documents. See Maintaining MisterHouse Documentation. If you have any questions don't hesitate to ask on the MisterHouse Users.
docs/intro.html
-- Windows versions >= XP, links to SVN, Contact email should be mail list not Bruce, resolve Lieven's concerndocs/features.html
-- could use lots of updates... at least remove/fix any broken linksdocs/download.pod
-- need to addtarget="_blank"
to<a>
for GitHub. https will not open in framedocs/install.pod
-- Windows versions >= XP; change to FHS file layout?; other updates?docs/mh.pod
-- Windows versions >= XPdocs/faq.pod
-- Windows versions >= XP, delete references to compiled version, ...docs/updates.pod
-- delete content and change so it links to GitHub changes logdocs/examples.html
-- Need to point links to git hub sourcedocs/maillist.html
-- Links don't like to open in captive frame,<a>
needs to includetarget="_blank"
; might delete link to IRC channeldocs/usage.html
-- this is a dynamic usage map that is no longer maintained. delete?docs/authors.html
-- Very old. Would be cool to automate from GitHub with a script. delete?web/ia5/house/main.shtml
line 56 has wrong link for sourceforge mail lists. Should be:http://sourceforge.net/p/misterhouse/mailman/misterhouse-users/
The text was updated successfully, but these errors were encountered: