Skip to content

Commit ecfa149

Browse files
committed
staffdocs: add printing category and remove maintenance category
1 parent 013c55e commit ecfa149

File tree

10 files changed

+10
-11
lines changed

10 files changed

+10
-11
lines changed

Diff for: ocfweb/docs/docs/staff/backend/printhost.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ and emails users in the case a job fails.
140140
After printing a document from a desktop, lab visitors are notified when pages
141141
are subtracted from their quota by a little popup notification. This is done by
142142
a short daemon script, [notify script][notify], which starts upon login and
143-
runs the [[paper command|doc staff/howto/user-services/paper]] every minute to see if the
143+
runs the [[paper command|doc staff/howto/printing/paper]] every minute to see if the
144144
quota has changed.
145145

146146
In the future, it would be nice to have a more robust notification system where
@@ -157,9 +157,9 @@ current user.
157157

158158
## See also
159159

160-
- [[Printing maintenance|doc staff/howto/maintenance/printing]]
160+
- [[Printing maintenance|doc staff/howto/printing/printing]]
161161
- The [ocf\_printhost][ocf_printhost] Puppet class
162-
- The [[paper|doc staff/howto/user-services/paper]] command
162+
- The [[paper|doc staff/howto/printing/paper]] command
163163
- [CUPS documentation at Samba][cups-samba] (for Windows users, but has general
164164
CUPS info as well)
165165

Diff for: ocfweb/docs/docs/staff/howto/infrastructure/installing-updates.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ To install updates:
1717
1. Make sure the desktops are not
1818
[suspended](https://github.com/ocf/puppet/blob/master/modules/ocf_desktop/files/suspend/ocf-suspend),
1919
and that you aren't trying to install updates near a 15-minute boundary when
20-
the desktops auto-suspend. See [[lab-wakeup|doc staff/howto/maintenance/lab-wakeup]] to
20+
the desktops auto-suspend. See [[lab-wakeup|doc staff/howto/infrastructure/lab-wakeup]] to
2121
wake up the desktops prior to updating.
2222

2323
2. From `supernova`, run:

Diff for: ocfweb/docs/docs/staff/howto/maintenance.md

-1
This file was deleted.

Diff for: ocfweb/docs/docs/staff/howto/other/pdf-open.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@ filename doesn't have any spaces or weird characters in it. After
1515
re-rasterizing the file, Evince will open, and you can start a new print job
1616
from there. Monitor the job's progress in
1717
[printhost.ocf.berkeley.edu](//printhost.ocf.berkeley.edu) to ensure the job
18-
survives. You may [[refund|doc staff/howto/user-services/paper]] printing credits to
18+
survives. You may [[refund|doc staff/howto/printing/paper]] printing credits to
1919
the user in case they've gone over their daily capacity and you're feeling
2020
generous.

Diff for: ocfweb/docs/docs/staff/howto/printing.md

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
[[!meta title="Printing"]]

Diff for: ocfweb/docs/urls.py

+4-5
Original file line numberDiff line numberDiff line change
@@ -65,9 +65,9 @@
6565
'/staff/procedures/setting-up-mdraid': 'staff/howto/infrastructure/setting-up-mdraid',
6666
'/staff/scripts/ssh-list': 'staff/howto/infrastructure/ssh-list',
6767
'/staff/procedures/ssl': 'staff/howto/infrastructure/ssl',
68-
'/staff/scripts/economode': 'staff/howto/maintenance/economode',
69-
'/staff/scripts/lab-wakeup': 'staff/howto/maintenance/lab-wakeup',
70-
'/staff/procedures/printing': 'staff/howto/maintenance/printing',
68+
'/staff/scripts/economode': 'staff/howto/printing/economode',
69+
'/staff/scripts/lab-wakeup': 'staff/howto/infrastructure/lab-wakeup',
70+
'/staff/procedures/printing': 'staff/howto/printing/printing',
7171
'/staff/procedures/dmca': 'staff/howto/other/dmca',
7272
'/staff/scripts/how': 'staff/howto/other/how',
7373
'/staff/scripts/ocf-tv': 'staff/howto/other/ocf-tv',
@@ -76,9 +76,8 @@
7676
'/staff/procedures/granting-privileges': 'staff/howto/staff-admin/granting-privileges',
7777
'/staff/procedures/accounts/alumni-reset': 'staff/howto/user-services/alumni-reset',
7878
'/staff/scripts/approve': 'staff/howto/user-services/approve',
79-
'/staff/scripts/paper': 'staff/howto/user-services/paper',
79+
'/staff/scripts/paper': 'staff/howto/printing/paper',
8080
'/staff/procedures/vhost': 'staff/howto/user-services/vhost',
81-
8281
}
8382

8483

0 commit comments

Comments
 (0)