utopia-project 0.20.3 → 0.22.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- checksums.yaml.gz.sig +0 -0
- data/bake/utopia/project/readme/update.rb +50 -0
- data/bake/utopia/project/readme/usage.trenni +5 -0
- data/lib/utopia/project/base.rb +1 -1
- data/lib/utopia/project/document.rb +3 -2
- data/lib/utopia/project/guide.rb +2 -2
- data/lib/utopia/project/linkify.rb +1 -1
- data/lib/utopia/project/version.rb +1 -1
- data/lib/utopia/project.rb +1 -1
- data/license.md +1 -1
- data/pages/guides/controller.rb +1 -1
- data/public/_components/jquery/jquery.js +209 -97
- data/public/_components/jquery/jquery.min.js +2 -2
- data/public/_components/jquery/jquery.min.map +1 -1
- data/public/_components/jquery/jquery.slim.js +197 -85
- data/public/_components/jquery/jquery.slim.min.js +2 -2
- data/public/_components/jquery/jquery.slim.min.map +1 -1
- data/public/_components/mermaid/mermaid.min.js +1589 -3
- data/public/_components/mermaid/mermaid.min.js.map +1 -0
- data/readme.md +24 -34
- data/template/preload.rb +1 -1
- data.tar.gz.sig +0 -0
- metadata +7 -23
- metadata.gz.sig +0 -0
- data/public/.DS_Store +0 -0
- data/public/_components/.DS_Store +0 -0
- data/public/_components/jquery-syntax/.DS_Store +0 -0
- data/public/_components/mermaid/.DS_Store +0 -0
- data/public/_components/mermaid/mermaid.min.js.LICENSE.txt +0 -32
data/readme.md
CHANGED
@@ -2,55 +2,45 @@
|
|
2
2
|
|
3
3
|
A simple Ruby project documentation website.
|
4
4
|
|
5
|
-
[](https://github.com/socketry/utopia-project/actions/workflows/test.yaml)
|
6
6
|
|
7
7
|
## Motivation
|
8
8
|
|
9
|
-
I've used many documentation tools. Most are over-complicated and focus on what is possible rather than what is useful.
|
9
|
+
I've used many documentation tools. Most are over-complicated and focus on what is possible rather than what is useful.
|
10
|
+
Because I manage many open source projects, at a certain scale it makes sense to build something to suit your needs
|
11
|
+
rather than try to adapt to existing systems. This is one such instance.
|
10
12
|
|
11
|
-
My goal is to provide task-centric documentation, and to continually improve the way it's presented. The primary entry
|
13
|
+
My goal is to provide task-centric documentation, and to continually improve the way it's presented. The primary entry
|
14
|
+
point for new developers are the structured usage guides, however having rich cross-referencing into the code is equally
|
15
|
+
important.
|
12
16
|
|
13
|
-
With that in mind, this web application provides such a model and will evolve over time to suit my requirements and the
|
17
|
+
With that in mind, this web application provides such a model and will evolve over time to suit my requirements and the
|
18
|
+
needs of my users.
|
14
19
|
|
15
20
|
## Usage
|
16
21
|
|
17
|
-
Please see the
|
22
|
+
Please see the [project documentation](https://socketry.github.io/utopia-project/) for more details.
|
23
|
+
|
24
|
+
- [Getting Started](https://socketry.github.io/utopia-project/guides/getting-started/index) - This guide explains how
|
25
|
+
to use `utopia-project` for your own project.
|
26
|
+
|
27
|
+
- [Documentation Formatting](https://socketry.github.io/utopia-project/guides/documentation-formatting/index) - This
|
28
|
+
guide explains the conventions used by `utopia-project` when generating documentation for your project.
|
29
|
+
|
30
|
+
- [GitHub Pages Integration](https://socketry.github.io/utopia-project/guides/github-pages-integration/index) - This
|
31
|
+
guide shows you how to use `utopia-project` with GitHub Pages.
|
18
32
|
|
19
33
|
## Contributing
|
20
34
|
|
21
35
|
We welcome contributions to this project.
|
22
36
|
|
23
|
-
1. Fork it
|
24
|
-
2. Create your feature branch (`git checkout -b my-new-feature`)
|
25
|
-
3. Commit your changes (`git commit -am 'Add some feature'`)
|
26
|
-
4. Push to the branch (`git push origin my-new-feature`)
|
27
|
-
5. Create new Pull Request
|
37
|
+
1. Fork it.
|
38
|
+
2. Create your feature branch (`git checkout -b my-new-feature`).
|
39
|
+
3. Commit your changes (`git commit -am 'Add some feature'`).
|
40
|
+
4. Push to the branch (`git push origin my-new-feature`).
|
41
|
+
5. Create new Pull Request.
|
28
42
|
|
29
43
|
## See Also
|
30
44
|
|
31
45
|
- [Utopia](https://github.com/socketry/utopia) — The website framework which powers this web application.
|
32
46
|
- [Decode](https://github.com/ioquatix/decode) — The source code parser and cross-referencing library.
|
33
|
-
|
34
|
-
## License
|
35
|
-
|
36
|
-
Released under the MIT license.
|
37
|
-
|
38
|
-
Copyright, 2020, by [Samuel G. D. Williams](http://www.codeotaku.com).
|
39
|
-
|
40
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
41
|
-
of this software and associated documentation files (the "Software"), to deal
|
42
|
-
in the Software without restriction, including without limitation the rights
|
43
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
44
|
-
copies of the Software, and to permit persons to whom the Software is
|
45
|
-
furnished to do so, subject to the following conditions:
|
46
|
-
|
47
|
-
The above copyright notice and this permission notice shall be included in
|
48
|
-
all copies or substantial portions of the Software.
|
49
|
-
|
50
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
51
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
52
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
53
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
54
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
55
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
56
|
-
THE SOFTWARE.
|
data/template/preload.rb
CHANGED
data.tar.gz.sig
CHANGED
Binary file
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: utopia-project
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.22.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Samuel Williams
|
@@ -39,7 +39,7 @@ cert_chain:
|
|
39
39
|
Q2K9NVun/S785AP05vKkXZEFYxqG6EW012U4oLcFl5MySFajYXRYbuUpH6AY+HP8
|
40
40
|
voD0MPg1DssDLKwXyt1eKD/+Fq0bFWhwVM/1XiAXL7lyYUyOq24KHgQ2Csg=
|
41
41
|
-----END CERTIFICATE-----
|
42
|
-
date:
|
42
|
+
date: 2023-05-01 00:00:00.000000000 Z
|
43
43
|
dependencies:
|
44
44
|
- !ruby/object:Gem::Dependency
|
45
45
|
name: decode
|
@@ -125,20 +125,6 @@ dependencies:
|
|
125
125
|
- - "~>"
|
126
126
|
- !ruby/object:Gem::Version
|
127
127
|
version: '2.14'
|
128
|
-
- !ruby/object:Gem::Dependency
|
129
|
-
name: async-rspec
|
130
|
-
requirement: !ruby/object:Gem::Requirement
|
131
|
-
requirements:
|
132
|
-
- - ">="
|
133
|
-
- !ruby/object:Gem::Version
|
134
|
-
version: '0'
|
135
|
-
type: :development
|
136
|
-
prerelease: false
|
137
|
-
version_requirements: !ruby/object:Gem::Requirement
|
138
|
-
requirements:
|
139
|
-
- - ">="
|
140
|
-
- !ruby/object:Gem::Version
|
141
|
-
version: '0'
|
142
128
|
- !ruby/object:Gem::Dependency
|
143
129
|
name: bundler
|
144
130
|
requirement: !ruby/object:Gem::Requirement
|
@@ -182,7 +168,7 @@ dependencies:
|
|
182
168
|
- !ruby/object:Gem::Version
|
183
169
|
version: '0'
|
184
170
|
- !ruby/object:Gem::Dependency
|
185
|
-
name:
|
171
|
+
name: sus
|
186
172
|
requirement: !ruby/object:Gem::Requirement
|
187
173
|
requirements:
|
188
174
|
- - ">="
|
@@ -202,6 +188,8 @@ extensions: []
|
|
202
188
|
extra_rdoc_files: []
|
203
189
|
files:
|
204
190
|
- bake/utopia/project.rb
|
191
|
+
- bake/utopia/project/readme/update.rb
|
192
|
+
- bake/utopia/project/readme/usage.trenni
|
205
193
|
- lib/utopia/project.rb
|
206
194
|
- lib/utopia/project/base.md
|
207
195
|
- lib/utopia/project/base.rb
|
@@ -232,13 +220,10 @@ files:
|
|
232
220
|
- pages/source/controller.rb
|
233
221
|
- pages/source/index.xnode
|
234
222
|
- pages/source/show.xnode
|
235
|
-
- public/.DS_Store
|
236
223
|
- public/.nojekyll
|
237
|
-
- public/_components/.DS_Store
|
238
224
|
- public/_components/jquery-litebox/jquery.litebox.css
|
239
225
|
- public/_components/jquery-litebox/jquery.litebox.gallery.css
|
240
226
|
- public/_components/jquery-litebox/jquery.litebox.js
|
241
|
-
- public/_components/jquery-syntax/.DS_Store
|
242
227
|
- public/_components/jquery-syntax/base/jquery.syntax.brush.apache.css
|
243
228
|
- public/_components/jquery-syntax/base/jquery.syntax.brush.applescript.css
|
244
229
|
- public/_components/jquery-syntax/base/jquery.syntax.brush.assembly.css
|
@@ -309,9 +294,8 @@ files:
|
|
309
294
|
- public/_components/jquery/jquery.slim.js
|
310
295
|
- public/_components/jquery/jquery.slim.min.js
|
311
296
|
- public/_components/jquery/jquery.slim.min.map
|
312
|
-
- public/_components/mermaid/.DS_Store
|
313
297
|
- public/_components/mermaid/mermaid.min.js
|
314
|
-
- public/_components/mermaid/mermaid.min.js.
|
298
|
+
- public/_components/mermaid/mermaid.min.js.map
|
315
299
|
- public/_static/icon.png
|
316
300
|
- public/_static/links.js
|
317
301
|
- public/_static/site.css
|
@@ -340,7 +324,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
340
324
|
- !ruby/object:Gem::Version
|
341
325
|
version: '0'
|
342
326
|
requirements: []
|
343
|
-
rubygems_version: 3.
|
327
|
+
rubygems_version: 3.4.10
|
344
328
|
signing_key:
|
345
329
|
specification_version: 4
|
346
330
|
summary: A project documentation tool based on Utopia.
|
metadata.gz.sig
CHANGED
Binary file
|
data/public/.DS_Store
DELETED
Binary file
|
Binary file
|
Binary file
|
Binary file
|
@@ -1,32 +0,0 @@
|
|
1
|
-
/*!
|
2
|
-
* Wait for document loaded before starting the execution
|
3
|
-
*/
|
4
|
-
|
5
|
-
/*! @license DOMPurify 2.3.8 | (c) Cure53 and other contributors | Released under the Apache license 2.0 and Mozilla Public License 2.0 | github.com/cure53/DOMPurify/blob/2.3.8/LICENSE */
|
6
|
-
|
7
|
-
/*! Check if previously processed */
|
8
|
-
|
9
|
-
/*! sequence config was passed as #1 */
|
10
|
-
|
11
|
-
/**
|
12
|
-
* @license
|
13
|
-
* Copyright (c) 2012-2013 Chris Pettitt
|
14
|
-
*
|
15
|
-
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
16
|
-
* of this software and associated documentation files (the "Software"), to deal
|
17
|
-
* in the Software without restriction, including without limitation the rights
|
18
|
-
* to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
19
|
-
* copies of the Software, and to permit persons to whom the Software is
|
20
|
-
* furnished to do so, subject to the following conditions:
|
21
|
-
*
|
22
|
-
* The above copyright notice and this permission notice shall be included in
|
23
|
-
* all copies or substantial portions of the Software.
|
24
|
-
*
|
25
|
-
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
26
|
-
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
27
|
-
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
28
|
-
* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
29
|
-
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
30
|
-
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
31
|
-
* THE SOFTWARE.
|
32
|
-
*/
|