Skip to content

Commit

Permalink
refactor: update to fomantic org
Browse files Browse the repository at this point in the history
  • Loading branch information
Sean Hamilton committed Aug 16, 2018
1 parent d18def2 commit a68a1c9
Show file tree
Hide file tree
Showing 11 changed files with 30 additions and 30 deletions.
2 changes: 1 addition & 1 deletion docpad.coffee
Expand Up @@ -67,7 +67,7 @@ docpadConfig = {
if @site.version
"https://github.com/hammy2899/Fomatnic-UI/archive/" + @site.version + ".zip"
else
"https://github.com/hammy2899/Fomantic-UI/archive/master.zip"
"https://github.com/fomantic/Fomantic-UI/archive/master.zip"

getPreparedTitle: ->
# if we have a document title, then we should use that and suffix the site's title onto it
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -7,7 +7,7 @@
"license": "MIT",
"repository": {
"type": "git",
"url": "git://github.com/hammy2899/Fomantic-UI-Docs.git"
"url": "git://github.com/fomantic/Fomantic-UI-Docs.git"
},
"dependencies": {
"docpad": "~6.79.4",
Expand Down
2 changes: 1 addition & 1 deletion server/documents/elements/divider.html.eco
Expand Up @@ -38,7 +38,7 @@ themes : ['default']
A vertical divider will automatically swap to a horizontal divider at mobile resolutions when used inside a <a href="/collections/grid.html#stackable-grid"><code>stackable grid</code></a>
</div>
<div class="ui warning ignored message">
There is a known bug of vertical dividers after a W3C update. Please read <a href="https://github.com/hammy2899/Fomantic-UI/issues/4342" target="_blank" rel="nofollow">#4342</a> for more information
There is a known bug of vertical dividers after a W3C update. Please read <a href="https://github.com/fomantic/Fomantic-UI/issues/4342" target="_blank" rel="nofollow">#4342</a> for more information
</div>
<div class="ui three column very relaxed grid">
<div class="column">
Expand Down
4 changes: 2 additions & 2 deletions server/documents/index.html.eco
Expand Up @@ -53,7 +53,7 @@ standalone : true
<div class="zoomed masthead segment">
<div class="ui container">
<div class="introduction">
<a class="ui black version label" href="https://github.com/hammy2899/Fomantic-UI/blob/<%= @getBranch() %>/RELEASE-NOTES.md">
<a class="ui black version label" href="https://github.com/fomantic/Fomantic-UI/blob/<%= @getBranch() %>/RELEASE-NOTES.md">
<%= @getVersion() %>
</a>
<h1 class="ui inverted header">
Expand Down Expand Up @@ -273,7 +273,7 @@ standalone : true
<p>
Semantic UI is a <b>free open source</b> project already used in multiple <a href="http://www.quirky.com" target="_blank">large</a> scale <a href="http://www.newrepublic.com" target="_blank">production</a> environments.
</p>
<a href="https://github.com/hammy2899/Fomantic-UI/issues" class="ui large button">Visit GitHub</a>
<a href="https://github.com/fomantic/Fomantic-UI/issues" class="ui large button">Visit GitHub</a>
</div>
</div>
</div>
Expand Down
10 changes: 5 additions & 5 deletions server/documents/introduction/advanced-usage.html.eco
Expand Up @@ -127,7 +127,7 @@ type : 'Introduction'

<div class="no example">
<h4>Server-Side Rendering</h4>
<p>Individual components repos include an <a href="https://github.com/hammy2899/Fomantic-UI/blob/master/tasks/admin/components/create.js" target="_blank">auto-generated</a> <code>index.js</code> file to simplify <a href="http://www.sitepoint.com/understanding-module-exports-exports-node-js/" target="_blank"><code>require</code></a> use with NodeJS, for server-side rendering or with <a href="http://browserify.org/" target="_blank">Browserify</a>.</p>
<p>Individual components repos include an <a href="https://github.com/fomantic/Fomantic-UI/blob/master/tasks/admin/components/create.js" target="_blank">auto-generated</a> <code>index.js</code> file to simplify <a href="http://www.sitepoint.com/understanding-module-exports-exports-node-js/" target="_blank"><code>require</code></a> use with NodeJS, for server-side rendering or with <a href="http://browserify.org/" target="_blank">Browserify</a>.</p>
<div class="ignored code">
npm install semantic-ui-dropdown
</div>
Expand All @@ -143,7 +143,7 @@ type : 'Introduction'

<div class="no example">
<h4>LESS Only Distribution</h4>
<p>A special distribution <a href="https://github.com/hammy2899/Fomantic-UI-LESS">Semantic-UI-LESS</a> is available for projects that use custom integrations and do not require our build tools.</p>
<p>A special distribution <a href="https://github.com/fomantic/Fomantic-UI-LESS">Semantic-UI-LESS</a> is available for projects that use custom integrations and do not require our build tools.</p>
<div class="ui ignored warning message">LESS source files are not prefixed, and will need to be run through <a href="https://github.com/postcss/autoprefixer">autoprefixer</a> before being used</div>
</div>

Expand All @@ -170,9 +170,9 @@ type : 'Introduction'

<div class="no example">
<h4>Download Docs Server</h4>
<p>The easiest way to get <a href="https://github.com/hammy2899/Fomantic-UI-Docs/">Semantic UI docs</a> is to clone the repo</p>
<p>The easiest way to get <a href="https://github.com/fomantic/Fomantic-UI-Docs/">Semantic UI docs</a> is to clone the repo</p>
<div class="code">
git clone https://github.com/hammy2899/Fomantic-UI-Docs.git
git clone https://github.com/fomantic/Fomantic-UI-Docs.git
</div>
</div>
<div class="no example">
Expand Down Expand Up @@ -240,7 +240,7 @@ type : 'Introduction'
</div>
<div class="no example">
<h4>Custom Docs Paths</h4>
<p>Doc task paths are specified in a file <a href="https://github.com/hammy2899/Fomantic-UI/blob/master/tasks/config/docs.js"><code>tasks/config/docs.js</code></a> and can be adjusted to use any folder set-up necessary for your project.</p>
<p>Doc task paths are specified in a file <a href="https://github.com/fomantic/Fomantic-UI/blob/master/tasks/config/docs.js"><code>tasks/config/docs.js</code></a> and can be adjusted to use any folder set-up necessary for your project.</p>
</div>

</div>
2 changes: 1 addition & 1 deletion server/documents/introduction/build-tools.html.eco
Expand Up @@ -33,7 +33,7 @@ type : 'Introduction'
<p>Semantic UI uses Gulp for several reasons:</p>
<div class="ui large bulleted list">
<div class="item">Process LESS files with <a href="/usage/theming.html">theming variables</a></div>
<div class="item">Add vendor prefixes for <a href="https://github.com/hammy2899/Fomantic-UI/blob/master/tasks/config/project/tasks.js#L96">supported browsers</a> with <a href="https://github.com/postcss/autoprefixer" target="_blank">autoprefixer</a></div>
<div class="item">Add vendor prefixes for <a href="https://github.com/fomantic/Fomantic-UI/blob/master/tasks/config/project/tasks.js#L96">supported browsers</a> with <a href="https://github.com/postcss/autoprefixer" target="_blank">autoprefixer</a></div>
<div class="item">Watch file changes and rebuild the necessary files when adjusting themes</div>
<div class="item">Automatically process asset paths, so that minified and concatenated releases can exist in different directories</div>
<div class="item">Allow custom builds with only the required components for your site</div>
Expand Down
8 changes: 4 additions & 4 deletions server/documents/introduction/integrations.html.eco
Expand Up @@ -19,7 +19,7 @@ type : 'Introduction'
<div class="example">
<h4>Contribute to React Development</h4>
<p>Semantic UI React bindings are still in development, but are available for most components.</p>
<a href="https://github.com/hammy2899/Fomantic-UI-React" target="_blank" class="ui button"><i class="github icon"></i>Visit React Repo</a>
<a href="https://github.com/fomantic/Fomantic-UI-React" target="_blank" class="ui button"><i class="github icon"></i>Visit React Repo</a>
</div>

<h2 class="ui dividing header">
Expand Down Expand Up @@ -114,7 +114,7 @@ type : 'Introduction'
<div class="no example">
<h4>Issues & Debugging</h4>
<p>For help with Semantic UI Meteor, and for the latest updates, please visit the repository home on GitHub</p>
<a href="https://github.com/hammy2899/Fomantic-UI-Meteor" target="_blank" class="ui button"><i class="github icon"></i> Visit Meteor Repo</a>
<a href="https://github.com/fomantic/Fomantic-UI-Meteor" target="_blank" class="ui button"><i class="github icon"></i> Visit Meteor Repo</a>
</div>

<h2 class="ui header">
Expand Down Expand Up @@ -145,7 +145,7 @@ type : 'Introduction'
<div class="example">
<h4 class="ui header">Get Coding</h4>
<p>For example of individual components check out the GitHub repository</p>
<a href="https://github.com/hammy2899/Fomantic-UI-Ember" target="_blank" class="ui button"><i class="github icon"></i> Visit Ember Repo</a>
<a href="https://github.com/fomantic/Fomantic-UI-Ember" target="_blank" class="ui button"><i class="github icon"></i> Visit Ember Repo</a>
</div>

<h2 class="ui dividing header">
Expand All @@ -155,6 +155,6 @@ type : 'Introduction'
<div class="example">
<h4>Contribute to Angular Development</h4>
<p>Semantic UI angular bindings are still in development, but are available for some components</p>
<a href="https://github.com/hammy2899/Fomantic-UI-Angular" target="_blank" class="ui button"><i class="github icon"></i>Visit Angular Repo</a>
<a href="https://github.com/fomantic/Fomantic-UI-Angular" target="_blank" class="ui button"><i class="github icon"></i>Visit Angular Repo</a>
</div>
</div>
14 changes: 7 additions & 7 deletions server/documents/introduction/new.html.eco
Expand Up @@ -18,7 +18,7 @@ type : 'Main'
<h2 class="ui dividing header">A new life</h2>

<p>With active development slowing down the community has stood up to start a new life for Semantic, welcome to Fomantic-UI.</p>
<p>You can read the release notes <a href="https://github.com/hammy2899/Fomantic-UI/blob/master/RELEASE-NOTES.md">here</a>.</p>
<p>You can read the release notes <a href="https://github.com/fomantic/Fomantic-UI/blob/master/RELEASE-NOTES.md">here</a>.</p>

<h2 class="ui dividing header">New Features</h2>

Expand Down Expand Up @@ -539,13 +539,13 @@ type : 'Main'
<h2 class="ui dividing header">By The Numbers</h2>
<p><code>2.2</code> represents nearly a half year of updates, many new features, and bug patches.</p>
<div class="ui large bulleted list">
<div class="item"><b>124</b> <a href="https://github.com/hammy2899/Fomantic-UI/issues?q=is%3Aissue+milestone%3A2.1+is%3Aclosed" target="_blank">closed issues</a></div>
<div class="item"><b>124</b> <a href="https://github.com/fomantic/Fomantic-UI/issues?q=is%3Aissue+milestone%3A2.1+is%3Aclosed" target="_blank">closed issues</a></div>
<div class="item"><b>40</b> new features</div>
<div class="item"><b>70</b> bug fixes</div>
</div>

<p>For the complete list of bugs, their accompanying issue threads and the fixes please consult the release notes</p>
<a class="ui button" href="https://github.com/hammy2899/Fomantic-UI/blob/master/RELEASE-NOTES.md#version-220---june-26-2016" target="_blank">Release Notes</a>
<a class="ui button" href="https://github.com/fomantic/Fomantic-UI/blob/master/RELEASE-NOTES.md#version-220---june-26-2016" target="_blank">Release Notes</a>

<h2 class="ui dividing header">Project Changes</h2>

Expand Down Expand Up @@ -753,7 +753,7 @@ type : 'Main'
</div>
<div class="memory example">
<h4 class="ui header">Reduced Memory Leaks</h4>
<p><a href="/modules/sticky.html">Sticky</a>, <a href="/behaviors/visibility.html">visibility</a>, <a href="/modules/popup.html">popup</a>, and <a href="modules/dropdown.html">dropdown</a>, modules that can attach events on initialization to <code>window</code> and <code>body</code>, for example to detect changes in window scroll, will now use <a href="https://github.com/hammy2899/Fomantic-UI/blob/master/dist/components/visibility.js#L143" target="_blank">additional mutation observers</a> to determine if they are removed from the DOM and automatically fire their <code>destroy</code> behaviors.</p>
<p><a href="/modules/sticky.html">Sticky</a>, <a href="/behaviors/visibility.html">visibility</a>, <a href="/modules/popup.html">popup</a>, and <a href="modules/dropdown.html">dropdown</a>, modules that can attach events on initialization to <code>window</code> and <code>body</code>, for example to detect changes in window scroll, will now use <a href="https://github.com/fomantic/Fomantic-UI/blob/master/dist/components/visibility.js#L143" target="_blank">additional mutation observers</a> to determine if they are removed from the DOM and automatically fire their <code>destroy</code> behaviors.</p>
<p>This can prevent memory leaks when the parent element of a component is removed without the element is propertly teared down by calling its <code>destroy</code> behavior.</p>
<div class="ui primary button">Simulate Memory Leak</div>
<div class="ui display segment">
Expand Down Expand Up @@ -1059,13 +1059,13 @@ type : 'Main'
<h2 class="ui dividing header">The Tally</h2>
<p><code>2.1</code> sums up around two months of work, including many new features, and updates to help bulletproof existing UI.</p>
<div class="ui large bulleted list">
<div class="item"><b>72</b> <a href="https://github.com/hammy2899/Fomantic-UI/issues?q=is%3Aissue+milestone%3A2.1+is%3Aclosed" target="_blank">closed issues</a></div>
<div class="item"><b>72</b> <a href="https://github.com/fomantic/Fomantic-UI/issues?q=is%3Aissue+milestone%3A2.1+is%3Aclosed" target="_blank">closed issues</a></div>
<div class="item"><b>70</b> bug fixes</div>
<div class="item"><b>23</b> new UI updates</div>
<div class="item"><b>14</b> feature enhancements</div>
</div>

<p>To see the complete list of updates <a href="https://github.com/hammy2899/Fomantic-UI/blob/<%= @getBranch() %>/RELEASE-NOTES.md#version-210---sep-01-2015">review our release notes</a></p>
<p>To see the complete list of updates <a href="https://github.com/fomantic/Fomantic-UI/blob/<%= @getBranch() %>/RELEASE-NOTES.md#version-210---sep-01-2015">review our release notes</a></p>

<div class="example" data-class="labeled, left labeled">
<h4 class="ui header">Labeled Buttons</h4>
Expand Down Expand Up @@ -1724,7 +1724,7 @@ type : 'Main'

<p>To see the full list of what's changed check out the project's release notes.</p>

<a href="https://github.com/hammy2899/Fomantic-UI/blob/<%= @getBranch() %>/RELEASE-NOTES.md#version-200---june-30-2015" target="_blank" class="ui button">View Release Notes</a>
<a href="https://github.com/fomantic/Fomantic-UI/blob/<%= @getBranch() %>/RELEASE-NOTES.md#version-200---june-30-2015" target="_blank" class="ui button">View Release Notes</a>
</div>


Expand Down
4 changes: 2 additions & 2 deletions server/partials/footer.html
Expand Up @@ -4,8 +4,8 @@
<div class="six wide column">
<h4 class="ui inverted header">Community</h4>
<div class="ui inverted horizontal link list">
<a class="item" href="https://github.com/hammy2899/Fomantic-UI/issues" target="_blank">Submit an Issue</a>
<a class="item" href="https://github.com/hammy2899/Fomantic-UI" target="_blank">GitHub Repo</a>
<a class="item" href="https://github.com/fomantic/Fomantic-UI/issues" target="_blank">Submit an Issue</a>
<a class="item" href="https://github.com/fomantic/Fomantic-UI" target="_blank">GitHub Repo</a>
<a class="item" href="https://discordapp.com/invite/UgzHNZF" target="_blank">Discord</a>
</div>
</div>
Expand Down
10 changes: 5 additions & 5 deletions server/partials/header.html.eco
Expand Up @@ -29,15 +29,15 @@
<div class="ui hidden divider"></div>

<div class="ui right floated main menu">
<a class="bug popup icon item" data-content="Edit This Page" href="https://github.com/hammy2899/Fomantic-UI-Docs/edit/<%= @getBranch() %>/server/documents/<%= @document.relativePath %>">
<a class="bug popup icon item" data-content="Edit This Page" href="https://github.com/fomantic/Fomantic-UI-Docs/edit/<%= @getBranch() %>/server/documents/<%= @document.relativePath %>">
<i class="edit icon"></i>
</a>
<% if @document.type is 'UI Element' or @document.type is 'UI View' or @document.type is 'UI Collection' or @document.type is 'UI Module': %>
<a class="bug popup icon item" data-content="Submit Bug Report" href="https://github.com/hammy2899/Fomantic-UI/issues/new?title=[<%= @document.title %>] - Your Bug Name&body=**Steps to Reproduce**%0A1. Do something%0A2. Do something else.%0A3. Do one last thing.%0A%0A**Expected**%0AThe <%= @document.title %> should do this%0A%0A**Result**%0AThe <%= @document.title %> does not do this%0A%0A**Testcase**%0A(fork this to get started)%0Ahttp://jsfiddle.net/rduvhn8u/1/">
<a class="bug popup icon item" data-content="Submit Bug Report" href="https://github.com/fomantic/Fomantic-UI/issues/new?title=[<%= @document.title %>] - Your Bug Name&body=**Steps to Reproduce**%0A1. Do something%0A2. Do something else.%0A3. Do one last thing.%0A%0A**Expected**%0AThe <%= @document.title %> should do this%0A%0A**Result**%0AThe <%= @document.title %> does not do this%0A%0A**Testcase**%0A(fork this to get started)%0Ahttp://jsfiddle.net/rduvhn8u/1/">
<i class="bug icon"></i>
</a>
<% end %>
<a class="github popup icon item" data-content="View project on GitHub" href="https://github.com/hammy2899/Fomantic-UI">
<a class="github popup icon item" data-content="View project on GitHub" href="https://github.com/fomantic/Fomantic-UI">
<i class="alternate github icon"></i>
</a>
</div>
Expand Down Expand Up @@ -100,7 +100,7 @@
<div class="ui divided equal height relaxed center aligned framework grid">
<div class="column">
<div class="ui header">Fomantic UI</div>
<a class="ui primary button" href="https://github.com/hammy2899/Fomantic-UI/archive/master.zip">
<a class="ui primary button" href="https://github.com/fomantic/Fomantic-UI/archive/master.zip">
Download ZIP
</a>
<a class="ui button" href="/introduction/getting-started.html">Getting Started</a>
Expand All @@ -115,7 +115,7 @@
<div class="field">
<label>Git</label>
<div class="ui fluid input">
<input type="text" readonly="readonly" placeholder="Copy Link" value="https://github.com/hammy2899/Fomantic-UI.git">
<input type="text" readonly="readonly" placeholder="Copy Link" value="https://github.com/fomantic/Fomantic-UI.git">
</div>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion server/partials/language-modal.html
Expand Up @@ -17,7 +17,7 @@
</div>
<div class="actions">
<div class="ui inverted cancel button">No Thanks</div>
<a href="https://github.com/hammy2899/Fomantic-UI/wiki/Translating-Semantic-UI-Docs" target="_blank" class="ui inverted approve teal button">
<a href="https://github.com/fomantic/Fomantic-UI/wiki/Translating-Semantic-UI-Docs" target="_blank" class="ui inverted approve teal button">
<i class="mail icon"></i>
Help Translate
</a>
Expand Down

0 comments on commit a68a1c9

Please sign in to comment.