-
Notifications
You must be signed in to change notification settings - Fork 172
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* New release replacements on makefiles and info files * Add custom css to docs (#2293) * Add custom css to docs * Change title to DKAN Docs * Removes version information from all modules .info files. * Pegs the versions of some external modules in accordance to their new release schemes. * Fixing linting issues with .info files. * Remove redundant debug output. (#2332) * Pin sphinx to 1.5.6 (#2337) * Add results count to dkan admin views (#2327) * Add results count to dkan admin views * Restore blank line on line 2 * Update @resource_all_09 scenario (#2321) * Moving the "Adding New Content" page to main admin doc tree (#2347) "Adding New Content" is vital but was previously buried two levels in; page deserves to be accessible in main admin doc tree * Site Manager Monthly Maintenance checklist (#2345) See #2313 * Remove out-dated owners.md file * Updated Help page; can add your company to listing (#2346) * Updated Help page; can add your company to listing See #2306 * Adding Kim's comment to the "Add Your Business" page * Patch features to add new line after <?php (#2370) * Modifies curl settings so url headers and info can be properly acquired with curl (#2341) * Modifies curl settings so url headers and info can be properly acquired with curl. * Fixing linting issues with .info files. * Update file name on getRemoteFileInfoTest.php * Update test file * Upgrade filefield_sources to 1.11 (#2359) * Changelog for the 1.14.2 patch release. (#2371) * Security update for Entity API (#2377) * Changelog for the 1.14.3 patch release * Fix linting issues
- Loading branch information
Showing
14 changed files
with
293 additions
and
249 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
h1, h2, h3, h4, h5, h6 { | ||
font-family: 'Lato', sans-serif; | ||
font-weight: 900; | ||
} | ||
.wy-nav-side { | ||
background: #212121; | ||
} | ||
.wy-nav-content { | ||
color: #212121; | ||
} | ||
.wy-nav-content a, | ||
.wy-nav-content a:visited { | ||
color: #0071BC; | ||
} | ||
.wy-side-nav-search { | ||
background-color: #0071BC; | ||
} | ||
.wy-side-nav-search>div.version { | ||
color: #eee; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,47 @@ | ||
# Site Manager Monthly Maintenance Checklist | ||
|
||
|
||
### Content | ||
*(Accessible via the “Content” tab on the black site administration toolbar)* | ||
|
||
- Check the “Content” list for an overview of the content currently hosted on your site. | ||
|
||
- Is there any content that needs to be published or unpublished? Are there duplicates? If so, take a moment to clean up your content. | ||
|
||
### Groups | ||
*(Accessible via the “Groups” button on the main site navigation bar)* | ||
|
||
- Is the Groups list up to date? | ||
|
||
- Does each Group have an appropriate image and description? | ||
|
||
### Tags and Taxonomies | ||
*(Mouse over Site Configuration on the black site administration toolbar, then click “Taxonomy”)* | ||
|
||
- Check your site’s list of Tags, located in the Taxonomy menu. To view a list of all Tags on the site, click “List terms.” | ||
|
||
- Are there any misspelled tags? Are there any duplicate tags? If so, take a moment to clean up your tags. | ||
|
||
### User management | ||
*(Accessible via the “People” tab on the black site administration toolbar)* | ||
|
||
- Is the user list up to date? For site security, always double-check that there aren’t any accounts accessible to users who have left your organization. If this is the case, their accounts should be canceled or blocked. | ||
|
||
- Do all of the users in your organization have the proper site roles? (Site Manager, Editor, Content Creator.) | ||
|
||
### Workbench (Optional, if the Workbench/Workflow Modules have been enabled) | ||
*(Accessible via the “My Workbench” tab in the site administration bar)* | ||
|
||
- Workbench moderation queue tasks - check each of these tabs: | ||
|
||
**My drafts** | ||
- Are there any drafts that ought to be pushed to “Published” or “Needs Review”? | ||
|
||
**Needs review** | ||
- Are there any items under review that ought to be pushed back to “Draft” or published? | ||
|
||
**Stale drafts** | ||
- These are drafts that have been unmoderated for over 72 hours. Make sure content doesn’t build up under this queue! | ||
|
||
**Stale reviews** | ||
- These are items under review that have been unmoderated for over 72 hours. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
sphinx>=1.5.2 | ||
sphinx==1.5.6 | ||
sphinx-rtd-theme>=0.2.4 | ||
recommonmark==0.4.0 | ||
# sphinxcontrib-httpdomain==1.5.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.