Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .github/workflows/linkrot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,5 @@ jobs:
run: bundle exec rake build:default
- name: Test external links
run: bundle exec rake test:links:external
- name: Test https links
run: bundle exec rake test:links:https
4 changes: 2 additions & 2 deletions .github/workflows/preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ jobs: # A workflow run is made up of one or more jobs that can run sequentially
run: bundle exec rake test:html
- name: Test internal links
run: bundle exec rake test:links:internal
- name: Test *iiif.io* links
run: bundle exec rake test:links:iiif
#- name: Test *iiif.io* links
# run: bundle exec rake test:links:iiif
- name: Create GitHub deployment # Deploy to Preview site
uses: glenrobson/[email protected]
id: deployment
Expand Down
8 changes: 4 additions & 4 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ The _config.yml file defines various site level variables, notably the current v

Links in Markdown documents must use the [reference link][reference-link] syntax, and the link id _MUST_ match this regex: `[a-zA-Z][_0-9a-zA-Z-]`, i.e., they must start with a letter, and may then contain letters, numerals, and the characters '_' and '-'.

[kram]: http://kramdown.gettalong.org/syntax.html
[squash]: http://lmgtfy.com/?q=Squash+git+commits
[reference-link]: http://kramdown.gettalong.org/syntax.html#reference-links
[ed-process]: http://iiif.io/api/annex/notes/editors/ "IIIF Editorial Process"
[kram]: https://kramdown.gettalong.org/syntax.html
[squash]: https://lmgtfy.com/?q=Squash+git+commits
[reference-link]: https://kramdown.gettalong.org/syntax.html#reference-links
[ed-process]: https://iiif.io/api/annex/notes/editors/ "IIIF Editorial Process"
7 changes: 4 additions & 3 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,12 @@ gem 'jekyll', '~> 4.1.1'
gem 'jekyll-datapage-generator'

# for local development, clone theme + use path loader
# gem 'iiifc-theme', path: 'iiifc-theme'
gem 'iiifc-theme', github: 'iiif/iiifc-theme', branch: 'main'
#gem 'iiifc-theme', path: '../iiifc-theme'
#gem 'iiifc-theme', github: 'iiif/iiifc-theme', branch: 'main'
gem 'iiifc-theme', github: 'iiif/iiifc-theme', branch: 'update_link_tests'

group :development, :test do
gem 'html-proofer', "3.19.0"
gem 'html-proofer', "4.4.3"
gem 'rake'
end

Expand Down
4 changes: 2 additions & 2 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ end
desc 'Build CI site, run html-proofer and link tests'
task :ci do
Rake::Task['build:ci'].invoke
Rake::Task['test:html'].invoke
#Rake::Task['test:html'].invoke
Rake::Task['test:links:internal'].invoke
Rake::Task['test:links:iiif'].invoke
#Rake::Task['test:links:iiif'].invoke
end
4 changes: 2 additions & 2 deletions source/.old/community/consortium/next_steps.md
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ IIIF-C Membership Tiers for Non-Commercial Organizations
1. The Coordinating Committee leads IIIF's community-based efforts across different specification efforts, working groups, subject domains, geographic regions and types of participants;
2. The Managing Director will be an ex officio member with voice and vote on the Coordinating Committee;
3. Membership in the Coordinating Committee will be drawn from active participants in IIIF Committees, Working Groups and other community efforts.
3. There is a Code of Conduct Committee and an extensive frame of reference for the IIIF at <a href='http://iiif.io/event/conduct/#reporting-guidelines'>https://iiif.io/event/conduct/#reporting-guidelines</a>;
3. There is a Code of Conduct Committee and an extensive frame of reference for the IIIF at <a href='https://iiif.io/event/conduct/#reporting-guidelines'>https://iiif.io/event/conduct/#reporting-guidelines</a>;
4. A Technical Review Committee shall be explored, and assuming consensus on scope, process, and structure, shall be established in order to add more structure, resources, and participatory on-ramps for the API specification process;
2. As a fundamental principle, membership in all IIIF Committees shall be drawn from active participants in IIIF, shall be diverse and inclusive, and will rotate over time as much as possible, ensuring smooth succession and ongoing development of talent. Participation in these IIIF Committees is open to all members of the IIIF community; institutional membership in IIIF-C is not a prerequisite to participation;
3. New IIIF Committees may be established by the Managing Director, with the approval of the Executive Committee. Committees of the IIIF-C shall have terms of reference, initial appointed members, and defined reporting and/or communication responsibilities among other entities of the IIIF-C;
Expand Down Expand Up @@ -201,7 +201,7 @@ IIIF is already a community comprising almost 1000 individuals from numerous nat

In addition, diversity of views as well as diversity of ethnic, religious, professional, regional origins, genders and gender preferences, and relevant experiences, already very much in place in the IIIF community are strongly positive aspects of the open community that has produced IIIF and related technologies.

Given these principles of inclusion and diversity, the IIIF Consortium and the IIIF Community need to expect tolerant and civil discourse, and respectful conduct – in all events, meetings large and small, and conversations, whether in person or held by telecommunication technologies, including email, of course. These expectations are laid out in the IIIF Code of Conduct: [http://iiif.io/event/conduct/](http://iiif.io/event/conduct/.). Cases of failures to meet the expectations defined in the IIIF Code of Conduct should be reported ASAP to the Managing Director, members of the Code of Conduct Committee, and/or to members of the Executive Committee. IIIF-C may decide to address such failures through a variety of sanctions to those responsible.
Given these principles of inclusion and diversity, the IIIF Consortium and the IIIF Community need to expect tolerant and civil discourse, and respectful conduct – in all events, meetings large and small, and conversations, whether in person or held by telecommunication technologies, including email, of course. These expectations are laid out in the IIIF Code of Conduct: [https://iiif.io/event/conduct/](https://iiif.io/event/conduct/.). Cases of failures to meet the expectations defined in the IIIF Code of Conduct should be reported ASAP to the Managing Director, members of the Code of Conduct Committee, and/or to members of the Executive Committee. IIIF-C may decide to address such failures through a variety of sanctions to those responsible.

In light of the fundamental importance of having a healthy, inclusive and diverse community for IIIF, the Managing Director, in consultation with the Executive Committee and the IIIF community at large, will be advised by the Code of Conduct Committee and produce an annual plan that advances a key aspect or aspects of diversity and inclusion in the community.

Expand Down
2 changes: 1 addition & 1 deletion source/.old/event/2020/boston/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ The final program will continue to develop over the next few months but please s
[mit]: https://mit.edu/
[groups]: {{ site.url }}{{ site.baseurl }}/community/groups/
[consortium]: {{ site.url }}{{ site.baseurl }}/community/consortium/
[home-page]: http://iiif.io/
[home-page]: https://iiif.io/
[iiif-discuss]: https://groups.google.com/forum/#!forum/iiif-discuss
[conduct]: {{ site.url }}{{ site.baseurl }}/event/conduct/
[hashtag]: https://twitter.com/search?q=%23iiif&src=typd
Expand Down
2 changes: 1 addition & 1 deletion source/.old/event/2020/fall_working_meeting/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ function loadClient() {
[iiif]: https://iiif.io/
[groups]: {{ site.url }}{{ site.baseurl }}/community/groups/
[consortium]: {{ site.url }}{{ site.baseurl }}/community/consortium/
[home-page]: http://iiif.io/
[home-page]: https://iiif.io/
[iiif-discuss]: https://groups.google.com/forum/#!forum/iiif-discuss
[conduct]: {{ site.url }}{{ site.baseurl }}/event/conduct/
[hashtag]: https://twitter.com/search?q=%23iiif&src=typd
Expand Down
2 changes: 1 addition & 1 deletion source/.old/event/2021/annual_conference/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ Questions? Email us at <[email protected]>.
[iiif]: https://iiif.io/
[groups]: {{ site.url }}{{ site.baseurl }}/community/groups/
[consortium]: {{ site.url }}{{ site.baseurl }}/community/consortium/
[home-page]: http://iiif.io/
[home-page]: https://iiif.io/
[iiif-discuss]: https://groups.google.com/forum/#!forum/iiif-discuss
[conduct]: {{ site.url }}{{ site.baseurl }}/event/conduct/
[hashtag]: https://twitter.com/search?q=%23iiif&src=typd
Expand Down
Loading