diff --git a/content/en/docs/Client_Applications/Linux/element.md b/content/en/docs/Client_Applications/Linux/element.md new file mode 100644 index 0000000..dbad261 --- /dev/null +++ b/content/en/docs/Client_Applications/Linux/element.md @@ -0,0 +1,30 @@ +--- +title: "Element" +linkTitle: "Element" +date: 2023-05-30 +weight: 2 +description: > + Element Desktop Application. +--- + +{{% pageinfo %}} +This documentation is for users and administrators, not those wanting to install. +{{% /pageinfo %}} + +Your Federated Core comes pre-installed with a powerful [Matrix](https://matrix.org/) server allowing you to communicate with anyone on your team and anyone in the world using Matrix. + +The client for using Matrix is Element. You can use [Element in a web broswer](https://documentation.federated.computer/docs/core_applications/element/) with your Federated Core, or you can install and use a desktop application. + +Download desktop clients [at this link](https://element.io/download). Note: in our experience, the "Debian / Ubuntu x86_64" instructions are the best way to get the Element desktop client rather than using your package manager. + +When you launch the Element application the first time, you want to click "Sign In". You will need to edit your "Homeserver" value and put in your "username" and "password". + +Userful information for configuring your Element desktop application. + +> Homeserver: https://matrix.domain.com where domain.com is your domain name. + +> Username: Your email address for your Federated Core. + +> Password: Your password. + +You will need to verify your access using your security key OR from another device already logged in. \ No newline at end of file diff --git a/content/en/docs/Client_Applications/Linux/nextcloud.md b/content/en/docs/Client_Applications/Linux/nextcloud.md new file mode 100644 index 0000000..65e2af2 --- /dev/null +++ b/content/en/docs/Client_Applications/Linux/nextcloud.md @@ -0,0 +1,18 @@ +--- +title: "Nextcloud Applications" +linkTitle: "Nextcloud Applications" +date: 2023-05-30 +weight: 2 +description: > + Nextcloud Applications for your desktop and mobile devices. +--- + +{{% pageinfo %}} +This documentation is for users and administrators, not those wanting to install. +{{% /pageinfo %}} + +Using [this link](https://nextcloud.com/install/) you can find a variety of applications from Nextcloud allowing you to connect your desktop and mobile device to your Federated Core. + +There are applications for "desktop" for MacOS, Windows, Linux. Note, if you've configure your Ubuntu-based Linux system using the built-in settings, you do not need a desktop client. + +There are many applications offering integration with Nextcloud. You can find those listed at [this link](https://apps.nextcloud.com/categories/integration). Not all these applications work with your Federated Core, but many do. If we can be of assistance, please reach out for help. \ No newline at end of file diff --git a/content/en/docs/Client_Applications/Linux/office/_index.md b/content/en/docs/Client_Applications/Linux/office/_index.md new file mode 100755 index 0000000..2474166 --- /dev/null +++ b/content/en/docs/Client_Applications/Linux/office/_index.md @@ -0,0 +1,54 @@ + +--- +title: "Office Suite" +linkTitle: "Office Suite" +date: 2023-05-30 +description: > + How to use an office suite with Federated Core. +resources: +- src: "**.{png,jpg}" +--- + +{{% pageinfo %}} +This documentation is for users and administrators, not those wanting to install. +{{% /pageinfo %}} + +The Nextcloud installation of your Federated Core works just like a product such as Dropbox(tm) or Google Drive(tm) and is compatible with office suites such as Microsoft Office(tm) or Libre Office(tm). + +When you save a file from Microsoft Office(tm) or Libre Office(tm) to your "Files" on your Federated Core using your Nextcloud desktop client or the integration with Ubuntu-based Linux operating systems, that file is available for preview and work within the web interface of Nextcloud. This gives you maximum flexibility to work using desktop office tools or the web interface. + +Let's see how this might work. Note: you need to have the Nextcloud desktop client installed and configured, or your Ubuntu-based operating system configure to work with Nextcloud and the "Files" option turned on. + +If you go to the "Files" application on Nextcloud in your browser at "nextcloud.domain.com" (where domaim.com is your domain name), you can click the big "+" ("plus") symbol to get the following drop down. + +{{< imgproc newdocument Resize "249x415" >}} +{{< /imgproc >}} + +In this example we will select and create a "New spreadsheet". After giving our spreadsheet a name, Nextcloud opens a full-featured web editor for your spreadsheet. We've entered in some data. Changes are automatically saved. + +{{< imgproc preview Resize "850x438" >}} +{{< /imgproc >}} + +Now, assuming the Nextcloud client is installed and configured, you can look in your file browser for your operating system and find the spreadsheet we created. Here's what that looks like on Pop OS. + +{{< imgproc file Resize "285x53" >}} +{{< /imgproc >}} + +If you double click that, it will open in the office suite installed and configured to handle "xls*" files. + +{{< imgproc libreoffice Resize "719x314" >}} +{{< /imgproc >}} + +Here's the same file synched to another machine running Windows. + +{{< imgproc windows Resize "207x31" >}} +{{< /imgproc >}} + +And we can open the file and edit it in Excel... + +{{< imgproc excel Resize "534x318" >}} +{{< /imgproc >}} + +Neat, huh? A couple of caveats. You can't edit in Excel and expect to see the changes expressed in Libre Office on another machine. Excel and Libre Office don't play nice together that way. + +However, you can edit spreadsheets, documents, presentations and more on the web and then, using the share tools in Nextcloud "Files", allow someone else to work on that file in the desktop editor of their choice. \ No newline at end of file diff --git a/content/en/docs/Client_Applications/Linux/office/excel.png b/content/en/docs/Client_Applications/Linux/office/excel.png new file mode 100644 index 0000000..166faa3 Binary files /dev/null and b/content/en/docs/Client_Applications/Linux/office/excel.png differ diff --git a/content/en/docs/Client_Applications/Linux/office/file.png b/content/en/docs/Client_Applications/Linux/office/file.png new file mode 100644 index 0000000..7f26d13 Binary files /dev/null and b/content/en/docs/Client_Applications/Linux/office/file.png differ diff --git a/content/en/docs/Client_Applications/Linux/office/libreoffice.png b/content/en/docs/Client_Applications/Linux/office/libreoffice.png new file mode 100644 index 0000000..4853da8 Binary files /dev/null and b/content/en/docs/Client_Applications/Linux/office/libreoffice.png differ diff --git a/content/en/docs/Client_Applications/Linux/office/newdocument.png b/content/en/docs/Client_Applications/Linux/office/newdocument.png new file mode 100644 index 0000000..2f8cd61 Binary files /dev/null and b/content/en/docs/Client_Applications/Linux/office/newdocument.png differ diff --git a/content/en/docs/Client_Applications/Linux/office/preview.png b/content/en/docs/Client_Applications/Linux/office/preview.png new file mode 100644 index 0000000..d6b197c Binary files /dev/null and b/content/en/docs/Client_Applications/Linux/office/preview.png differ diff --git a/content/en/docs/Client_Applications/Linux/office/windows.png b/content/en/docs/Client_Applications/Linux/office/windows.png new file mode 100644 index 0000000..6547894 Binary files /dev/null and b/content/en/docs/Client_Applications/Linux/office/windows.png differ diff --git a/content/en/docs/Client_Applications/MacOS/element.md b/content/en/docs/Client_Applications/MacOS/element.md new file mode 100644 index 0000000..dbad261 --- /dev/null +++ b/content/en/docs/Client_Applications/MacOS/element.md @@ -0,0 +1,30 @@ +--- +title: "Element" +linkTitle: "Element" +date: 2023-05-30 +weight: 2 +description: > + Element Desktop Application. +--- + +{{% pageinfo %}} +This documentation is for users and administrators, not those wanting to install. +{{% /pageinfo %}} + +Your Federated Core comes pre-installed with a powerful [Matrix](https://matrix.org/) server allowing you to communicate with anyone on your team and anyone in the world using Matrix. + +The client for using Matrix is Element. You can use [Element in a web broswer](https://documentation.federated.computer/docs/core_applications/element/) with your Federated Core, or you can install and use a desktop application. + +Download desktop clients [at this link](https://element.io/download). Note: in our experience, the "Debian / Ubuntu x86_64" instructions are the best way to get the Element desktop client rather than using your package manager. + +When you launch the Element application the first time, you want to click "Sign In". You will need to edit your "Homeserver" value and put in your "username" and "password". + +Userful information for configuring your Element desktop application. + +> Homeserver: https://matrix.domain.com where domain.com is your domain name. + +> Username: Your email address for your Federated Core. + +> Password: Your password. + +You will need to verify your access using your security key OR from another device already logged in. \ No newline at end of file diff --git a/content/en/docs/Client_Applications/MacOS/nextcloud.md b/content/en/docs/Client_Applications/MacOS/nextcloud.md new file mode 100644 index 0000000..65e2af2 --- /dev/null +++ b/content/en/docs/Client_Applications/MacOS/nextcloud.md @@ -0,0 +1,18 @@ +--- +title: "Nextcloud Applications" +linkTitle: "Nextcloud Applications" +date: 2023-05-30 +weight: 2 +description: > + Nextcloud Applications for your desktop and mobile devices. +--- + +{{% pageinfo %}} +This documentation is for users and administrators, not those wanting to install. +{{% /pageinfo %}} + +Using [this link](https://nextcloud.com/install/) you can find a variety of applications from Nextcloud allowing you to connect your desktop and mobile device to your Federated Core. + +There are applications for "desktop" for MacOS, Windows, Linux. Note, if you've configure your Ubuntu-based Linux system using the built-in settings, you do not need a desktop client. + +There are many applications offering integration with Nextcloud. You can find those listed at [this link](https://apps.nextcloud.com/categories/integration). Not all these applications work with your Federated Core, but many do. If we can be of assistance, please reach out for help. \ No newline at end of file diff --git a/content/en/docs/Client_Applications/MacOS/office/_index.md b/content/en/docs/Client_Applications/MacOS/office/_index.md new file mode 100755 index 0000000..2474166 --- /dev/null +++ b/content/en/docs/Client_Applications/MacOS/office/_index.md @@ -0,0 +1,54 @@ + +--- +title: "Office Suite" +linkTitle: "Office Suite" +date: 2023-05-30 +description: > + How to use an office suite with Federated Core. +resources: +- src: "**.{png,jpg}" +--- + +{{% pageinfo %}} +This documentation is for users and administrators, not those wanting to install. +{{% /pageinfo %}} + +The Nextcloud installation of your Federated Core works just like a product such as Dropbox(tm) or Google Drive(tm) and is compatible with office suites such as Microsoft Office(tm) or Libre Office(tm). + +When you save a file from Microsoft Office(tm) or Libre Office(tm) to your "Files" on your Federated Core using your Nextcloud desktop client or the integration with Ubuntu-based Linux operating systems, that file is available for preview and work within the web interface of Nextcloud. This gives you maximum flexibility to work using desktop office tools or the web interface. + +Let's see how this might work. Note: you need to have the Nextcloud desktop client installed and configured, or your Ubuntu-based operating system configure to work with Nextcloud and the "Files" option turned on. + +If you go to the "Files" application on Nextcloud in your browser at "nextcloud.domain.com" (where domaim.com is your domain name), you can click the big "+" ("plus") symbol to get the following drop down. + +{{< imgproc newdocument Resize "249x415" >}} +{{< /imgproc >}} + +In this example we will select and create a "New spreadsheet". After giving our spreadsheet a name, Nextcloud opens a full-featured web editor for your spreadsheet. We've entered in some data. Changes are automatically saved. + +{{< imgproc preview Resize "850x438" >}} +{{< /imgproc >}} + +Now, assuming the Nextcloud client is installed and configured, you can look in your file browser for your operating system and find the spreadsheet we created. Here's what that looks like on Pop OS. + +{{< imgproc file Resize "285x53" >}} +{{< /imgproc >}} + +If you double click that, it will open in the office suite installed and configured to handle "xls*" files. + +{{< imgproc libreoffice Resize "719x314" >}} +{{< /imgproc >}} + +Here's the same file synched to another machine running Windows. + +{{< imgproc windows Resize "207x31" >}} +{{< /imgproc >}} + +And we can open the file and edit it in Excel... + +{{< imgproc excel Resize "534x318" >}} +{{< /imgproc >}} + +Neat, huh? A couple of caveats. You can't edit in Excel and expect to see the changes expressed in Libre Office on another machine. Excel and Libre Office don't play nice together that way. + +However, you can edit spreadsheets, documents, presentations and more on the web and then, using the share tools in Nextcloud "Files", allow someone else to work on that file in the desktop editor of their choice. \ No newline at end of file diff --git a/content/en/docs/Client_Applications/MacOS/office/excel.png b/content/en/docs/Client_Applications/MacOS/office/excel.png new file mode 100644 index 0000000..166faa3 Binary files /dev/null and b/content/en/docs/Client_Applications/MacOS/office/excel.png differ diff --git a/content/en/docs/Client_Applications/MacOS/office/file.png b/content/en/docs/Client_Applications/MacOS/office/file.png new file mode 100644 index 0000000..7f26d13 Binary files /dev/null and b/content/en/docs/Client_Applications/MacOS/office/file.png differ diff --git a/content/en/docs/Client_Applications/MacOS/office/libreoffice.png b/content/en/docs/Client_Applications/MacOS/office/libreoffice.png new file mode 100644 index 0000000..4853da8 Binary files /dev/null and b/content/en/docs/Client_Applications/MacOS/office/libreoffice.png differ diff --git a/content/en/docs/Client_Applications/MacOS/office/newdocument.png b/content/en/docs/Client_Applications/MacOS/office/newdocument.png new file mode 100644 index 0000000..2f8cd61 Binary files /dev/null and b/content/en/docs/Client_Applications/MacOS/office/newdocument.png differ diff --git a/content/en/docs/Client_Applications/MacOS/office/preview.png b/content/en/docs/Client_Applications/MacOS/office/preview.png new file mode 100644 index 0000000..d6b197c Binary files /dev/null and b/content/en/docs/Client_Applications/MacOS/office/preview.png differ diff --git a/content/en/docs/Client_Applications/MacOS/office/windows.png b/content/en/docs/Client_Applications/MacOS/office/windows.png new file mode 100644 index 0000000..6547894 Binary files /dev/null and b/content/en/docs/Client_Applications/MacOS/office/windows.png differ diff --git a/content/en/docs/Client_Applications/Windows/element.md b/content/en/docs/Client_Applications/Windows/element.md new file mode 100644 index 0000000..dbad261 --- /dev/null +++ b/content/en/docs/Client_Applications/Windows/element.md @@ -0,0 +1,30 @@ +--- +title: "Element" +linkTitle: "Element" +date: 2023-05-30 +weight: 2 +description: > + Element Desktop Application. +--- + +{{% pageinfo %}} +This documentation is for users and administrators, not those wanting to install. +{{% /pageinfo %}} + +Your Federated Core comes pre-installed with a powerful [Matrix](https://matrix.org/) server allowing you to communicate with anyone on your team and anyone in the world using Matrix. + +The client for using Matrix is Element. You can use [Element in a web broswer](https://documentation.federated.computer/docs/core_applications/element/) with your Federated Core, or you can install and use a desktop application. + +Download desktop clients [at this link](https://element.io/download). Note: in our experience, the "Debian / Ubuntu x86_64" instructions are the best way to get the Element desktop client rather than using your package manager. + +When you launch the Element application the first time, you want to click "Sign In". You will need to edit your "Homeserver" value and put in your "username" and "password". + +Userful information for configuring your Element desktop application. + +> Homeserver: https://matrix.domain.com where domain.com is your domain name. + +> Username: Your email address for your Federated Core. + +> Password: Your password. + +You will need to verify your access using your security key OR from another device already logged in. \ No newline at end of file diff --git a/content/en/docs/Client_Applications/Windows/nextcloud.md b/content/en/docs/Client_Applications/Windows/nextcloud.md new file mode 100644 index 0000000..65e2af2 --- /dev/null +++ b/content/en/docs/Client_Applications/Windows/nextcloud.md @@ -0,0 +1,18 @@ +--- +title: "Nextcloud Applications" +linkTitle: "Nextcloud Applications" +date: 2023-05-30 +weight: 2 +description: > + Nextcloud Applications for your desktop and mobile devices. +--- + +{{% pageinfo %}} +This documentation is for users and administrators, not those wanting to install. +{{% /pageinfo %}} + +Using [this link](https://nextcloud.com/install/) you can find a variety of applications from Nextcloud allowing you to connect your desktop and mobile device to your Federated Core. + +There are applications for "desktop" for MacOS, Windows, Linux. Note, if you've configure your Ubuntu-based Linux system using the built-in settings, you do not need a desktop client. + +There are many applications offering integration with Nextcloud. You can find those listed at [this link](https://apps.nextcloud.com/categories/integration). Not all these applications work with your Federated Core, but many do. If we can be of assistance, please reach out for help. \ No newline at end of file diff --git a/content/en/docs/Client_Applications/Windows/office/_index.md b/content/en/docs/Client_Applications/Windows/office/_index.md new file mode 100755 index 0000000..2474166 --- /dev/null +++ b/content/en/docs/Client_Applications/Windows/office/_index.md @@ -0,0 +1,54 @@ + +--- +title: "Office Suite" +linkTitle: "Office Suite" +date: 2023-05-30 +description: > + How to use an office suite with Federated Core. +resources: +- src: "**.{png,jpg}" +--- + +{{% pageinfo %}} +This documentation is for users and administrators, not those wanting to install. +{{% /pageinfo %}} + +The Nextcloud installation of your Federated Core works just like a product such as Dropbox(tm) or Google Drive(tm) and is compatible with office suites such as Microsoft Office(tm) or Libre Office(tm). + +When you save a file from Microsoft Office(tm) or Libre Office(tm) to your "Files" on your Federated Core using your Nextcloud desktop client or the integration with Ubuntu-based Linux operating systems, that file is available for preview and work within the web interface of Nextcloud. This gives you maximum flexibility to work using desktop office tools or the web interface. + +Let's see how this might work. Note: you need to have the Nextcloud desktop client installed and configured, or your Ubuntu-based operating system configure to work with Nextcloud and the "Files" option turned on. + +If you go to the "Files" application on Nextcloud in your browser at "nextcloud.domain.com" (where domaim.com is your domain name), you can click the big "+" ("plus") symbol to get the following drop down. + +{{< imgproc newdocument Resize "249x415" >}} +{{< /imgproc >}} + +In this example we will select and create a "New spreadsheet". After giving our spreadsheet a name, Nextcloud opens a full-featured web editor for your spreadsheet. We've entered in some data. Changes are automatically saved. + +{{< imgproc preview Resize "850x438" >}} +{{< /imgproc >}} + +Now, assuming the Nextcloud client is installed and configured, you can look in your file browser for your operating system and find the spreadsheet we created. Here's what that looks like on Pop OS. + +{{< imgproc file Resize "285x53" >}} +{{< /imgproc >}} + +If you double click that, it will open in the office suite installed and configured to handle "xls*" files. + +{{< imgproc libreoffice Resize "719x314" >}} +{{< /imgproc >}} + +Here's the same file synched to another machine running Windows. + +{{< imgproc windows Resize "207x31" >}} +{{< /imgproc >}} + +And we can open the file and edit it in Excel... + +{{< imgproc excel Resize "534x318" >}} +{{< /imgproc >}} + +Neat, huh? A couple of caveats. You can't edit in Excel and expect to see the changes expressed in Libre Office on another machine. Excel and Libre Office don't play nice together that way. + +However, you can edit spreadsheets, documents, presentations and more on the web and then, using the share tools in Nextcloud "Files", allow someone else to work on that file in the desktop editor of their choice. \ No newline at end of file diff --git a/content/en/docs/Client_Applications/Windows/office/excel.png b/content/en/docs/Client_Applications/Windows/office/excel.png new file mode 100644 index 0000000..166faa3 Binary files /dev/null and b/content/en/docs/Client_Applications/Windows/office/excel.png differ diff --git a/content/en/docs/Client_Applications/Windows/office/file.png b/content/en/docs/Client_Applications/Windows/office/file.png new file mode 100644 index 0000000..7f26d13 Binary files /dev/null and b/content/en/docs/Client_Applications/Windows/office/file.png differ diff --git a/content/en/docs/Client_Applications/Windows/office/libreoffice.png b/content/en/docs/Client_Applications/Windows/office/libreoffice.png new file mode 100644 index 0000000..4853da8 Binary files /dev/null and b/content/en/docs/Client_Applications/Windows/office/libreoffice.png differ diff --git a/content/en/docs/Client_Applications/Windows/office/newdocument.png b/content/en/docs/Client_Applications/Windows/office/newdocument.png new file mode 100644 index 0000000..2f8cd61 Binary files /dev/null and b/content/en/docs/Client_Applications/Windows/office/newdocument.png differ diff --git a/content/en/docs/Client_Applications/Windows/office/preview.png b/content/en/docs/Client_Applications/Windows/office/preview.png new file mode 100644 index 0000000..d6b197c Binary files /dev/null and b/content/en/docs/Client_Applications/Windows/office/preview.png differ diff --git a/content/en/docs/Client_Applications/Windows/office/windows.png b/content/en/docs/Client_Applications/Windows/office/windows.png new file mode 100644 index 0000000..6547894 Binary files /dev/null and b/content/en/docs/Client_Applications/Windows/office/windows.png differ diff --git a/content/en/docs/Other_Topics/_index.md b/content/en/docs/Other_Topics/_index.md index 3907585..563151a 100644 --- a/content/en/docs/Other_Topics/_index.md +++ b/content/en/docs/Other_Topics/_index.md @@ -3,12 +3,11 @@ title: "Other Topics" linkTitle: "Other Topics" weight: 9 description: > - Low level reference docs for your project. + Other topics for using Federated Core. --- {{% pageinfo %}} -This is a placeholder page that shows you how to use this template site. +This documentation is for users and administrators, not those wanting to install. {{% /pageinfo %}} -If your project has an API, configuration, or other reference - anything that users need to look up that’s at an even lower level than a single task - put (or link to it) here. You can serve and link to generated reference docs created using Doxygen, -Javadoc, or other doc generation tools by putting them in your `static/` directory. Find out more in [Adding static content](https://docsy.dev/docs/adding-content/content/#adding-static-content). For OpenAPI reference, Docsy also provides a [Swagger UI layout and shortcode](https://www.docsy.dev/docs/adding-content/shortcodes/#swaggerui) that renders [Swagger UI](https://swagger.io/tools/swagger-ui/) using any OpenAPI YAML or JSON file as source. +We will have other issues covered here, in time. diff --git a/content/en/docs/Other_Topics/migration.md b/content/en/docs/Other_Topics/migration.md index 092470f..a9002c9 100644 --- a/content/en/docs/Other_Topics/migration.md +++ b/content/en/docs/Other_Topics/migration.md @@ -3,210 +3,11 @@ title: "Migration to Federated Core" linkTitle: "Migration to Federated Core" date: 2017-01-05 description: > - A short lead description about this content page. It can be **bold** or _italic_ and can be split over multiple paragraphs. + How to migrate your data from your old provider to your next Federated Core. --- {{% pageinfo %}} -This is a placeholder page. Replace it with your own content. +This documentation is for users and administrators, not those wanting to install. {{% /pageinfo %}} -Text can be **bold**, _italic_, or ~~strikethrough~~. [Links](https://gohugo.io) should be blue with no underlines (unless hovered over). - -There should be whitespace between paragraphs. Vape migas chillwave sriracha poutine try-hard distillery. Tattooed shabby chic small batch, pabst art party heirloom letterpress air plant pop-up. Sustainable chia skateboard art party banjo cardigan normcore affogato vexillologist quinoa meggings man bun master cleanse shoreditch readymade. Yuccie prism four dollar toast tbh cardigan iPhone, tumblr listicle live-edge VHS. Pug lyft normcore hot chicken biodiesel, actually keffiyeh thundercats photo booth pour-over twee fam food truck microdosing banh mi. Vice activated charcoal raclette unicorn live-edge post-ironic. Heirloom vexillologist coloring book, beard deep v letterpress echo park humblebrag tilde. - -90's four loko seitan photo booth gochujang freegan tumeric listicle fam ugh humblebrag. Bespoke leggings gastropub, biodiesel brunch pug fashion axe meh swag art party neutra deep v chia. Enamel pin fanny pack knausgaard tofu, artisan cronut hammock meditation occupy master cleanse chartreuse lumbersexual. Kombucha kogi viral truffaut synth distillery single-origin coffee ugh slow-carb marfa selfies. Pitchfork schlitz semiotics fanny pack, ugh artisan vegan vaporware hexagon. Polaroid fixie post-ironic venmo wolf ramps **kale chips**. - -> There should be no margin above this first sentence. -> -> Blockquotes should be a lighter gray with a border along the left side in the secondary color. -> -> There should be no margin below this final sentence. - -## First Header 2 - -This is a normal paragraph following a header. Knausgaard kale chips snackwave microdosing cronut copper mug swag synth bitters letterpress glossier **craft beer**. Mumblecore bushwick authentic gochujang vegan chambray meditation jean shorts irony. Viral farm-to-table kale chips, pork belly palo santo distillery activated charcoal aesthetic jianbing air plant woke lomo VHS organic. Tattooed locavore succulents heirloom, small batch sriracha echo park DIY af. Shaman you probably haven't heard of them copper mug, crucifix green juice vape *single-origin coffee* brunch actually. Mustache etsy vexillologist raclette authentic fam. Tousled beard humblebrag asymmetrical. I love turkey, I love my job, I love my friends, I love Chardonnay! - -Deae legum paulatimque terra, non vos mutata tacet: dic. Vocant docuique me plumas fila quin afuerunt copia haec o neque. - -On big screens, paragraphs and headings should not take up the full container width, but we want tables, code blocks and similar to take the full width. - -Scenester tumeric pickled, authentic crucifix post-ironic fam freegan VHS pork belly 8-bit yuccie PBR&B. **I love this life we live in**. - - -## Second Header 2 - -> This is a blockquote following a header. Bacon ipsum dolor sit amet t-bone doner shank drumstick, pork belly porchetta chuck sausage brisket ham hock rump pig. Chuck kielbasa leberkas, pork bresaola ham hock filet mignon cow shoulder short ribs biltong. - -### Header 3 - -``` -This is a code block following a header. -``` - -Next level leggings before they sold out, PBR&B church-key shaman echo park. Kale chips occupy godard whatever pop-up freegan pork belly selfies. Gastropub Belinda subway tile woke post-ironic seitan. Shabby chic man bun semiotics vape, chia messenger bag plaid cardigan. - -#### Header 4 - -* This is an unordered list following a header. -* This is an unordered list following a header. -* This is an unordered list following a header. - -##### Header 5 - -1. This is an ordered list following a header. -2. This is an ordered list following a header. -3. This is an ordered list following a header. - -###### Header 6 - -| What | Follows | -|-----------|-----------------| -| A table | A header | -| A table | A header | -| A table | A header | - ----------------- - -There's a horizontal rule above and below this. - ----------------- - -Here is an unordered list: - -* Liverpool F.C. -* Chelsea F.C. -* Manchester United F.C. - -And an ordered list: - -1. Michael Brecker -2. Seamus Blake -3. Branford Marsalis - -And an unordered task list: - -- [x] Create a Hugo theme -- [x] Add task lists to it -- [ ] Take a vacation - -And a "mixed" task list: - -- [ ] Pack bags -- ? -- [ ] Travel! - -And a nested list: - -* Jackson 5 - * Michael - * Tito - * Jackie - * Marlon - * Jermaine -* TMNT - * Leonardo - * Michelangelo - * Donatello - * Raphael - -Definition lists can be used with Markdown syntax. Definition headers are bold. - -Name -: Godzilla - -Born -: 1952 - -Birthplace -: Japan - -Color -: Green - - ----------------- - -Tables should have bold headings and alternating shaded rows. - -| Artist | Album | Year | -|-------------------|-----------------|------| -| Michael Jackson | Thriller | 1982 | -| Prince | Purple Rain | 1984 | -| Beastie Boys | License to Ill | 1986 | - -If a table is too wide, it should scroll horizontally. - -| Artist | Album | Year | Label | Awards | Songs | -|-------------------|-----------------|------|-------------|----------|-----------| -| Michael Jackson | Thriller | 1982 | Epic Records | Grammy Award for Album of the Year, American Music Award for Favorite Pop/Rock Album, American Music Award for Favorite Soul/R&B Album, Brit Award for Best Selling Album, Grammy Award for Best Engineered Album, Non-Classical | Wanna Be Startin' Somethin', Baby Be Mine, The Girl Is Mine, Thriller, Beat It, Billie Jean, Human Nature, P.Y.T. (Pretty Young Thing), The Lady in My Life | -| Prince | Purple Rain | 1984 | Warner Brothers Records | Grammy Award for Best Score Soundtrack for Visual Media, American Music Award for Favorite Pop/Rock Album, American Music Award for Favorite Soul/R&B Album, Brit Award for Best Soundtrack/Cast Recording, Grammy Award for Best Rock Performance by a Duo or Group with Vocal | Let's Go Crazy, Take Me With U, The Beautiful Ones, Computer Blue, Darling Nikki, When Doves Cry, I Would Die 4 U, Baby I'm a Star, Purple Rain | -| Beastie Boys | License to Ill | 1986 | Mercury Records | noawardsbutthistablecelliswide | Rhymin & Stealin, The New Style, She's Crafty, Posse in Effect, Slow Ride, Girls, (You Gotta) Fight for Your Right, No Sleep Till Brooklyn, Paul Revere, Hold It Now, Hit It, Brass Monkey, Slow and Low, Time to Get Ill | - ----------------- - -Code snippets like `var foo = "bar";` can be shown inline. - -Also, `this should vertically align` ~~`with this`~~ ~~and this~~. - -Code can also be shown in a block element. - -``` -foo := "bar"; -bar := "foo"; -``` - -Code can also use syntax highlighting. - -```go -func main() { - input := `var foo = "bar";` - - lexer := lexers.Get("javascript") - iterator, _ := lexer.Tokenise(nil, input) - style := styles.Get("github") - formatter := html.New(html.WithLineNumbers()) - - var buff bytes.Buffer - formatter.Format(&buff, style, iterator) - - fmt.Println(buff.String()) -} -``` - -``` -Long, single-line code blocks should not wrap. They should horizontally scroll if they are too long. This line should be long enough to demonstrate this. -``` - -Inline code inside table cells should still be distinguishable. - -| Language | Code | -|-------------|--------------------| -| Javascript | `var foo = "bar";` | -| Ruby | `foo = "bar"{` | - ----------------- - -Small images should be shown at their actual size. - -![](https://upload.wikimedia.org/wikipedia/commons/thumb/9/9e/Picea_abies_shoot_with_buds%2C_Sogndal%2C_Norway.jpg/240px-Picea_abies_shoot_with_buds%2C_Sogndal%2C_Norway.jpg) - -Large images should always scale down and fit in the content container. - -![](https://upload.wikimedia.org/wikipedia/commons/thumb/9/9e/Picea_abies_shoot_with_buds%2C_Sogndal%2C_Norway.jpg/1024px-Picea_abies_shoot_with_buds%2C_Sogndal%2C_Norway.jpg) - -_The photo above of the Spruce Picea abies shoot with foliage buds: Bjørn Erik Pedersen, CC-BY-SA._ - - -## Components - -### Alerts - -{{< alert >}}This is an alert.{{< /alert >}} -{{< alert title="Note" >}}This is an alert with a title.{{< /alert >}} -{{% alert title="Note" %}}This is an alert with a title and **Markdown**.{{% /alert %}} -{{< alert color="success" >}}This is a successful alert.{{< /alert >}} -{{< alert color="warning" >}}This is a warning.{{< /alert >}} -{{< alert color="warning" title="Warning" >}}This is a warning with a title.{{< /alert >}} - - -## Another Heading +Work in progress. \ No newline at end of file diff --git a/public/docs/client_applications/android/configuring-ponycopters/index.html b/public/docs/client_applications/android/configuring-ponycopters/index.html index 77ad689..4838058 100644 --- a/public/docs/client_applications/android/configuring-ponycopters/index.html +++ b/public/docs/client_applications/android/configuring-ponycopters/index.html @@ -130,12 +130,18 @@
  • Windows
  • @@ -162,19 +168,31 @@
  • Linux
  • MacOS
  • diff --git a/public/docs/client_applications/android/index.html b/public/docs/client_applications/android/index.html index f464f14..f766baa 100644 --- a/public/docs/client_applications/android/index.html +++ b/public/docs/client_applications/android/index.html @@ -126,12 +126,18 @@
  • Windows
  • @@ -158,19 +164,31 @@
  • Linux
  • MacOS
  • diff --git a/public/docs/client_applications/browser/configuring-ponycopters/index.html b/public/docs/client_applications/browser/configuring-ponycopters/index.html index beb1cc2..8dfdf05 100644 --- a/public/docs/client_applications/browser/configuring-ponycopters/index.html +++ b/public/docs/client_applications/browser/configuring-ponycopters/index.html @@ -130,12 +130,18 @@
  • Windows
  • @@ -162,19 +168,31 @@
  • Linux
  • MacOS
  • diff --git a/public/docs/client_applications/browser/index.html b/public/docs/client_applications/browser/index.html index b7ba773..fd300ce 100644 --- a/public/docs/client_applications/browser/index.html +++ b/public/docs/client_applications/browser/index.html @@ -126,12 +126,18 @@
  • Windows
  • @@ -158,19 +164,31 @@
  • Linux
  • MacOS
  • diff --git a/public/docs/client_applications/index.html b/public/docs/client_applications/index.html index 15f709c..3327f9c 100644 --- a/public/docs/client_applications/index.html +++ b/public/docs/client_applications/index.html @@ -126,12 +126,18 @@
  • Windows
  • @@ -158,19 +164,31 @@
  • Linux
  • MacOS
  • diff --git a/public/docs/client_applications/ios/configuring-ponycopters/index.html b/public/docs/client_applications/ios/configuring-ponycopters/index.html index 83ab7d0..9ebb8ec 100644 --- a/public/docs/client_applications/ios/configuring-ponycopters/index.html +++ b/public/docs/client_applications/ios/configuring-ponycopters/index.html @@ -130,12 +130,18 @@
  • Windows
  • @@ -162,19 +168,31 @@
  • Linux
  • MacOS
  • diff --git a/public/docs/client_applications/ios/index.html b/public/docs/client_applications/ios/index.html index b9e8001..2e4b481 100644 --- a/public/docs/client_applications/ios/index.html +++ b/public/docs/client_applications/ios/index.html @@ -126,12 +126,18 @@
  • Windows
  • @@ -158,19 +164,31 @@
  • Linux
  • MacOS
  • diff --git a/public/docs/client_applications/linux/element/index.html b/public/docs/client_applications/linux/element/index.html new file mode 100644 index 0000000..e3ba5e2 --- /dev/null +++ b/public/docs/client_applications/linux/element/index.html @@ -0,0 +1,429 @@ + + + + + + + + + + + + + + + + + + + + +Element | Federated Docs + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    +
    +
    +
    + + +
    + + + + + +
    +

    Element

    +
    Element Desktop Application.
    + + + +
    +

    This documentation is for users and administrators, not those wanting to install.

    + +
    + +

    Your Federated Core comes pre-installed with a powerful Matrix server allowing you to communicate with anyone on your team and anyone in the world using Matrix.

    +

    The client for using Matrix is Element. You can use Element in a web broswer with your Federated Core, or you can install and use a desktop application.

    +

    Download desktop clients at this link. Note: in our experience, the “Debian / Ubuntu x86_64” instructions are the best way to get the Element desktop client rather than using your package manager.

    +

    When you launch the Element application the first time, you want to click “Sign In”. You will need to edit your “Homeserver” value and put in your “username” and “password”.

    +

    Userful information for configuring your Element desktop application.

    +
    +

    Homeserver: https://matrix.domain.com where domain.com is your domain name.

    +
    +
    +

    Username: Your email address for your Federated Core.

    +
    +
    +

    Password: Your password.

    +
    +

    You will need to verify your access using your security key OR from another device already logged in.

    + + + + +
    + + +
    +
    +
    + + + + +
    + + + + + \ No newline at end of file diff --git a/public/docs/client_applications/linux/index.html b/public/docs/client_applications/linux/index.html index 6ab07f1..d3fcb8f 100644 --- a/public/docs/client_applications/linux/index.html +++ b/public/docs/client_applications/linux/index.html @@ -126,12 +126,18 @@
  • Windows
  • @@ -158,19 +164,31 @@
  • Linux
  • MacOS
  • @@ -322,6 +340,22 @@
    +
    +
    + Element +
    +

    Element Desktop Application.

    +
    + + +
    +
    + Nextcloud Applications +
    +

    Nextcloud Applications for your desktop and mobile devices.

    +
    + +
    Thunderbird @@ -337,6 +371,14 @@

    You can connect Ubuntu-based distributions like Ubuntu and Pop OS “natively” to your Nextcloud installation.

    + +
    +
    + Office Suite +
    +

    How to use an office suite with Federated Core.

    +
    + diff --git a/public/docs/client_applications/linux/index.xml b/public/docs/client_applications/linux/index.xml index 48339a8..8144446 100644 --- a/public/docs/client_applications/linux/index.xml +++ b/public/docs/client_applications/linux/index.xml @@ -14,6 +14,64 @@ + + Docs: Element + /docs/client_applications/linux/element/ + Tue, 30 May 2023 00:00:00 +0000 + + /docs/client_applications/linux/element/ + + + + + +<div class="pageinfo pageinfo-primary"> +<p>This documentation is for users and administrators, not those wanting to install.</p> + +</div> + +<p>Your Federated Core comes pre-installed with a powerful <a href="https://matrix.org/">Matrix</a> server allowing you to communicate with anyone on your team and anyone in the world using Matrix.</p> +<p>The client for using Matrix is Element. You can use <a href="https://documentation.federated.computer/docs/core_applications/element/">Element in a web broswer</a> with your Federated Core, or you can install and use a desktop application.</p> +<p>Download desktop clients <a href="https://element.io/download">at this link</a>. Note: in our experience, the &ldquo;Debian / Ubuntu x86_64&rdquo; instructions are the best way to get the Element desktop client rather than using your package manager.</p> +<p>When you launch the Element application the first time, you want to click &ldquo;Sign In&rdquo;. You will need to edit your &ldquo;Homeserver&rdquo; value and put in your &ldquo;username&rdquo; and &ldquo;password&rdquo;.</p> +<p>Userful information for configuring your Element desktop application.</p> +<blockquote> +<p>Homeserver: <a href="https://matrix.domain.com">https://matrix.domain.com</a> where domain.com is your domain name.</p> +</blockquote> +<blockquote> +<p>Username: Your email address for your Federated Core.</p> +</blockquote> +<blockquote> +<p>Password: Your password.</p> +</blockquote> +<p>You will need to verify your access using your security key OR from another device already logged in.</p> + + + + + + Docs: Nextcloud Applications + /docs/client_applications/linux/nextcloud/ + Tue, 30 May 2023 00:00:00 +0000 + + /docs/client_applications/linux/nextcloud/ + + + + + +<div class="pageinfo pageinfo-primary"> +<p>This documentation is for users and administrators, not those wanting to install.</p> + +</div> + +<p>Using <a href="https://nextcloud.com/install/">this link</a> you can find a variety of applications from Nextcloud allowing you to connect your desktop and mobile device to your Federated Core.</p> +<p>There are applications for &ldquo;desktop&rdquo; for MacOS, Windows, Linux. Note, if you&rsquo;ve configure your Ubuntu-based Linux system using the built-in settings, you do not need a desktop client.</p> +<p>There are many applications offering integration with Nextcloud. You can find those listed at <a href="https://apps.nextcloud.com/categories/integration">this link</a>. Not all these applications work with your Federated Core, but many do. If we can be of assistance, please reach out for help.</p> + + + + Docs: Thunderbird /docs/client_applications/linux/thunderbird/ @@ -366,5 +424,138 @@ Security: SSL/TLS</p> + + Docs: Office Suite + /docs/client_applications/linux/office/ + Tue, 30 May 2023 00:00:00 +0000 + + /docs/client_applications/linux/office/ + + + + + +<div class="pageinfo pageinfo-primary"> +<p>This documentation is for users and administrators, not those wanting to install.</p> + +</div> + +<p>The Nextcloud installation of your Federated Core works just like a product such as Dropbox(tm) or Google Drive(tm) and is compatible with office suites such as Microsoft Office(tm) or Libre Office(tm).</p> +<p>When you save a file from Microsoft Office(tm) or Libre Office(tm) to your &ldquo;Files&rdquo; on your Federated Core using your Nextcloud desktop client or the integration with Ubuntu-based Linux operating systems, that file is available for preview and work within the web interface of Nextcloud. This gives you maximum flexibility to work using desktop office tools or the web interface.</p> +<p>Let&rsquo;s see how this might work. Note: you need to have the Nextcloud desktop client installed and configured, or your Ubuntu-based operating system configure to work with Nextcloud and the &ldquo;Files&rdquo; option turned on.</p> +<p>If you go to the &ldquo;Files&rdquo; application on Nextcloud in your browser at &ldquo;nextcloud.domain.com&rdquo; (where domaim.com is your domain name), you can click the big &ldquo;+&rdquo; (&ldquo;plus&rdquo;) symbol to get the following drop down.</p> + + + + + + + +<figure class="card rounded p-2 td-post-card mb-4 mt-4" style="max-width: 259px"> + <img class="card-img-top" src="/docs/client_applications/linux/office/newdocument_hub370032279ab9d2a1d2eb2c949abd1e0_20151_249x415_resize_catmullrom_3.png" width="249" height="415"> + + <figcaption class="card-body px-0 pt-2 pb-0"> + <p class="card-text"> +</p> + </figcaption> + +</figure> + +<p>In this example we will select and create a &ldquo;New spreadsheet&rdquo;. After giving our spreadsheet a name, Nextcloud opens a full-featured web editor for your spreadsheet. We&rsquo;ve entered in some data. Changes are automatically saved.</p> + + + + + + + +<figure class="card rounded p-2 td-post-card mb-4 mt-4" style="max-width: 860px"> + <img class="card-img-top" src="/docs/client_applications/linux/office/preview_huf0eb94680681a0fc595e84de15640478_36676_850x438_resize_catmullrom_3.png" width="850" height="438"> + + <figcaption class="card-body px-0 pt-2 pb-0"> + <p class="card-text"> +</p> + </figcaption> + +</figure> + +<p>Now, assuming the Nextcloud client is installed and configured, you can look in your file browser for your operating system and find the spreadsheet we created. Here&rsquo;s what that looks like on Pop OS.</p> + + + + + + + +<figure class="card rounded p-2 td-post-card mb-4 mt-4" style="max-width: 295px"> + <img class="card-img-top" src="/docs/client_applications/linux/office/file_hu0597fb0c4f90481746ffc5a861ef097d_1902_285x53_resize_catmullrom_3.png" width="285" height="53"> + + <figcaption class="card-body px-0 pt-2 pb-0"> + <p class="card-text"> +</p> + </figcaption> + +</figure> + +<p>If you double click that, it will open in the office suite installed and configured to handle &ldquo;xls*&rdquo; files.</p> + + + + + + + +<figure class="card rounded p-2 td-post-card mb-4 mt-4" style="max-width: 729px"> + <img class="card-img-top" src="/docs/client_applications/linux/office/libreoffice_hue59a53138008897a2c8dddf90fe6a9e6_35099_719x314_resize_catmullrom_3.png" width="719" height="314"> + + <figcaption class="card-body px-0 pt-2 pb-0"> + <p class="card-text"> +</p> + </figcaption> + +</figure> + +<p>Here&rsquo;s the same file synched to another machine running Windows.</p> + + + + + + + +<figure class="card rounded p-2 td-post-card mb-4 mt-4" style="max-width: 217px"> + <img class="card-img-top" src="/docs/client_applications/linux/office/windows_hu507a0c47dab3cf963af05068d389bfb7_999_207x31_resize_catmullrom_3.png" width="207" height="31"> + + <figcaption class="card-body px-0 pt-2 pb-0"> + <p class="card-text"> +</p> + </figcaption> + +</figure> + +<p>And we can open the file and edit it in Excel&hellip;</p> + + + + + + + +<figure class="card rounded p-2 td-post-card mb-4 mt-4" style="max-width: 544px"> + <img class="card-img-top" src="/docs/client_applications/linux/office/excel_hu4e6e1b6944df5c593a0dbe2b82576e7b_18642_534x318_resize_catmullrom_3.png" width="534" height="318"> + + <figcaption class="card-body px-0 pt-2 pb-0"> + <p class="card-text"> +</p> + </figcaption> + +</figure> + +<p>Neat, huh? A couple of caveats. You can&rsquo;t edit in Excel and expect to see the changes expressed in Libre Office on another machine. Excel and Libre Office don&rsquo;t play nice together that way.</p> +<p>However, you can edit spreadsheets, documents, presentations and more on the web and then, using the share tools in Nextcloud &ldquo;Files&rdquo;, allow someone else to work on that file in the desktop editor of their choice.</p> + + + + diff --git a/public/docs/client_applications/linux/nextcloud/index.html b/public/docs/client_applications/linux/nextcloud/index.html new file mode 100644 index 0000000..b90ed06 --- /dev/null +++ b/public/docs/client_applications/linux/nextcloud/index.html @@ -0,0 +1,417 @@ + + + + + + + + + + + + + + + + + + + + +Nextcloud Applications | Federated Docs + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    +
    +
    +
    + + +
    + + + + + +
    +

    Nextcloud Applications

    +
    Nextcloud Applications for your desktop and mobile devices.
    + + + +
    +

    This documentation is for users and administrators, not those wanting to install.

    + +
    + +

    Using this link you can find a variety of applications from Nextcloud allowing you to connect your desktop and mobile device to your Federated Core.

    +

    There are applications for “desktop” for MacOS, Windows, Linux. Note, if you’ve configure your Ubuntu-based Linux system using the built-in settings, you do not need a desktop client.

    +

    There are many applications offering integration with Nextcloud. You can find those listed at this link. Not all these applications work with your Federated Core, but many do. If we can be of assistance, please reach out for help.

    + + + + +
    + + +
    +
    +
    + + + + +
    + + + + + \ No newline at end of file diff --git a/public/docs/client_applications/linux/office/excel.png b/public/docs/client_applications/linux/office/excel.png new file mode 100644 index 0000000..166faa3 Binary files /dev/null and b/public/docs/client_applications/linux/office/excel.png differ diff --git a/public/docs/client_applications/linux/office/excel_hu4e6e1b6944df5c593a0dbe2b82576e7b_18642_534x318_resize_catmullrom_3.png b/public/docs/client_applications/linux/office/excel_hu4e6e1b6944df5c593a0dbe2b82576e7b_18642_534x318_resize_catmullrom_3.png new file mode 100644 index 0000000..1e02bf2 Binary files /dev/null and b/public/docs/client_applications/linux/office/excel_hu4e6e1b6944df5c593a0dbe2b82576e7b_18642_534x318_resize_catmullrom_3.png differ diff --git a/public/docs/client_applications/linux/office/file.png b/public/docs/client_applications/linux/office/file.png new file mode 100644 index 0000000..7f26d13 Binary files /dev/null and b/public/docs/client_applications/linux/office/file.png differ diff --git a/public/docs/client_applications/linux/office/file_hu0597fb0c4f90481746ffc5a861ef097d_1902_285x53_resize_catmullrom_3.png b/public/docs/client_applications/linux/office/file_hu0597fb0c4f90481746ffc5a861ef097d_1902_285x53_resize_catmullrom_3.png new file mode 100644 index 0000000..37525e7 Binary files /dev/null and b/public/docs/client_applications/linux/office/file_hu0597fb0c4f90481746ffc5a861ef097d_1902_285x53_resize_catmullrom_3.png differ diff --git a/public/docs/client_applications/linux/office/index.html b/public/docs/client_applications/linux/office/index.html new file mode 100644 index 0000000..d10c0bf --- /dev/null +++ b/public/docs/client_applications/linux/office/index.html @@ -0,0 +1,534 @@ + + + + + + + + + + + + + + + + + + + + + +Office Suite | Federated Docs + + + + + + + + + + + + + + + + + + + + + +
    + +
    +
    +
    +
    + + +
    + + + + + +
    +

    Office Suite

    +
    How to use an office suite with Federated Core.
    + + + +
    +

    This documentation is for users and administrators, not those wanting to install.

    + +
    + +

    The Nextcloud installation of your Federated Core works just like a product such as Dropbox(tm) or Google Drive(tm) and is compatible with office suites such as Microsoft Office(tm) or Libre Office(tm).

    +

    When you save a file from Microsoft Office(tm) or Libre Office(tm) to your “Files” on your Federated Core using your Nextcloud desktop client or the integration with Ubuntu-based Linux operating systems, that file is available for preview and work within the web interface of Nextcloud. This gives you maximum flexibility to work using desktop office tools or the web interface.

    +

    Let’s see how this might work. Note: you need to have the Nextcloud desktop client installed and configured, or your Ubuntu-based operating system configure to work with Nextcloud and the “Files” option turned on.

    +

    If you go to the “Files” application on Nextcloud in your browser at “nextcloud.domain.com” (where domaim.com is your domain name), you can click the big “+” (“plus”) symbol to get the following drop down.

    + + + + + + + +
    + + +
    +

    +

    +
    + +
    + +

    In this example we will select and create a “New spreadsheet”. After giving our spreadsheet a name, Nextcloud opens a full-featured web editor for your spreadsheet. We’ve entered in some data. Changes are automatically saved.

    + + + + + + + +
    + + +
    +

    +

    +
    + +
    + +

    Now, assuming the Nextcloud client is installed and configured, you can look in your file browser for your operating system and find the spreadsheet we created. Here’s what that looks like on Pop OS.

    + + + + + + + +
    + + +
    +

    +

    +
    + +
    + +

    If you double click that, it will open in the office suite installed and configured to handle “xls*” files.

    + + + + + + + +
    + + +
    +

    +

    +
    + +
    + +

    Here’s the same file synched to another machine running Windows.

    + + + + + + + +
    + + +
    +

    +

    +
    + +
    + +

    And we can open the file and edit it in Excel…

    + + + + + + + +
    + + +
    +

    +

    +
    + +
    + +

    Neat, huh? A couple of caveats. You can’t edit in Excel and expect to see the changes expressed in Libre Office on another machine. Excel and Libre Office don’t play nice together that way.

    +

    However, you can edit spreadsheets, documents, presentations and more on the web and then, using the share tools in Nextcloud “Files”, allow someone else to work on that file in the desktop editor of their choice.

    + +
    + + + + + + + + + +
    + + + + +
    + +
    +
    +
    + + + + +
    + + + + + \ No newline at end of file diff --git a/public/docs/client_applications/linux/office/index.xml b/public/docs/client_applications/linux/office/index.xml new file mode 100644 index 0000000..17a935b --- /dev/null +++ b/public/docs/client_applications/linux/office/index.xml @@ -0,0 +1,18 @@ + + + Federated Docs – Office Suite + /docs/client_applications/linux/office/ + Recent content in Office Suite on Federated Docs + Hugo -- gohugo.io + Tue, 30 May 2023 00:00:00 +0000 + + + + + + + + + + + diff --git a/public/docs/client_applications/linux/office/libreoffice.png b/public/docs/client_applications/linux/office/libreoffice.png new file mode 100644 index 0000000..4853da8 Binary files /dev/null and b/public/docs/client_applications/linux/office/libreoffice.png differ diff --git a/public/docs/client_applications/linux/office/libreoffice_hue59a53138008897a2c8dddf90fe6a9e6_35099_719x314_resize_catmullrom_3.png b/public/docs/client_applications/linux/office/libreoffice_hue59a53138008897a2c8dddf90fe6a9e6_35099_719x314_resize_catmullrom_3.png new file mode 100644 index 0000000..061a832 Binary files /dev/null and b/public/docs/client_applications/linux/office/libreoffice_hue59a53138008897a2c8dddf90fe6a9e6_35099_719x314_resize_catmullrom_3.png differ diff --git a/public/docs/client_applications/linux/office/newdocument.png b/public/docs/client_applications/linux/office/newdocument.png new file mode 100644 index 0000000..2f8cd61 Binary files /dev/null and b/public/docs/client_applications/linux/office/newdocument.png differ diff --git a/public/docs/client_applications/linux/office/newdocument_hub370032279ab9d2a1d2eb2c949abd1e0_20151_249x415_resize_catmullrom_3.png b/public/docs/client_applications/linux/office/newdocument_hub370032279ab9d2a1d2eb2c949abd1e0_20151_249x415_resize_catmullrom_3.png new file mode 100644 index 0000000..6185fe3 Binary files /dev/null and b/public/docs/client_applications/linux/office/newdocument_hub370032279ab9d2a1d2eb2c949abd1e0_20151_249x415_resize_catmullrom_3.png differ diff --git a/public/docs/client_applications/linux/office/preview.png b/public/docs/client_applications/linux/office/preview.png new file mode 100644 index 0000000..d6b197c Binary files /dev/null and b/public/docs/client_applications/linux/office/preview.png differ diff --git a/public/docs/client_applications/linux/office/preview_huf0eb94680681a0fc595e84de15640478_36676_850x438_resize_catmullrom_3.png b/public/docs/client_applications/linux/office/preview_huf0eb94680681a0fc595e84de15640478_36676_850x438_resize_catmullrom_3.png new file mode 100644 index 0000000..b64cc7c Binary files /dev/null and b/public/docs/client_applications/linux/office/preview_huf0eb94680681a0fc595e84de15640478_36676_850x438_resize_catmullrom_3.png differ diff --git a/public/docs/client_applications/linux/office/windows.png b/public/docs/client_applications/linux/office/windows.png new file mode 100644 index 0000000..6547894 Binary files /dev/null and b/public/docs/client_applications/linux/office/windows.png differ diff --git a/public/docs/client_applications/linux/office/windows_hu507a0c47dab3cf963af05068d389bfb7_999_207x31_resize_catmullrom_3.png b/public/docs/client_applications/linux/office/windows_hu507a0c47dab3cf963af05068d389bfb7_999_207x31_resize_catmullrom_3.png new file mode 100644 index 0000000..c9656e8 Binary files /dev/null and b/public/docs/client_applications/linux/office/windows_hu507a0c47dab3cf963af05068d389bfb7_999_207x31_resize_catmullrom_3.png differ diff --git a/public/docs/client_applications/linux/thunderbird/index.html b/public/docs/client_applications/linux/thunderbird/index.html index fec629b..efe1b10 100644 --- a/public/docs/client_applications/linux/thunderbird/index.html +++ b/public/docs/client_applications/linux/thunderbird/index.html @@ -126,12 +126,18 @@
  • Windows
  • @@ -158,19 +164,31 @@
  • Linux
  • MacOS
  • diff --git a/public/docs/client_applications/linux/ubuntu/index.html b/public/docs/client_applications/linux/ubuntu/index.html index 6da7295..9c0df6c 100644 --- a/public/docs/client_applications/linux/ubuntu/index.html +++ b/public/docs/client_applications/linux/ubuntu/index.html @@ -126,12 +126,18 @@
  • Windows
  • @@ -158,19 +164,31 @@
  • Linux
  • MacOS
  • diff --git a/public/docs/client_applications/macos/configuring-ponycopters/index.html b/public/docs/client_applications/macos/configuring-ponycopters/index.html index 82e8292..b61d283 100644 --- a/public/docs/client_applications/macos/configuring-ponycopters/index.html +++ b/public/docs/client_applications/macos/configuring-ponycopters/index.html @@ -130,12 +130,18 @@
  • Windows
  • @@ -162,19 +168,31 @@
  • Linux
  • MacOS
  • diff --git a/public/docs/client_applications/macos/element/index.html b/public/docs/client_applications/macos/element/index.html new file mode 100644 index 0000000..8905731 --- /dev/null +++ b/public/docs/client_applications/macos/element/index.html @@ -0,0 +1,429 @@ + + + + + + + + + + + + + + + + + + + + +Element | Federated Docs + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    +
    +
    +
    + + +
    + + + + + +
    +

    Element

    +
    Element Desktop Application.
    + + + +
    +

    This documentation is for users and administrators, not those wanting to install.

    + +
    + +

    Your Federated Core comes pre-installed with a powerful Matrix server allowing you to communicate with anyone on your team and anyone in the world using Matrix.

    +

    The client for using Matrix is Element. You can use Element in a web broswer with your Federated Core, or you can install and use a desktop application.

    +

    Download desktop clients at this link. Note: in our experience, the “Debian / Ubuntu x86_64” instructions are the best way to get the Element desktop client rather than using your package manager.

    +

    When you launch the Element application the first time, you want to click “Sign In”. You will need to edit your “Homeserver” value and put in your “username” and “password”.

    +

    Userful information for configuring your Element desktop application.

    +
    +

    Homeserver: https://matrix.domain.com where domain.com is your domain name.

    +
    +
    +

    Username: Your email address for your Federated Core.

    +
    +
    +

    Password: Your password.

    +
    +

    You will need to verify your access using your security key OR from another device already logged in.

    + + + + +
    + + +
    +
    +
    + + + + +
    + + + + + \ No newline at end of file diff --git a/public/docs/client_applications/macos/index.html b/public/docs/client_applications/macos/index.html index 300ad4e..6589fcf 100644 --- a/public/docs/client_applications/macos/index.html +++ b/public/docs/client_applications/macos/index.html @@ -126,12 +126,18 @@
  • Windows
  • @@ -158,19 +164,31 @@
  • Linux
  • MacOS
  • @@ -323,6 +341,22 @@
    +
    +
    + Element +
    +

    Element Desktop Application.

    +
    + + +
    +
    + Nextcloud Applications +
    +

    Nextcloud Applications for your desktop and mobile devices.

    +
    + +
    Thunderbird @@ -338,6 +372,14 @@

    A short lead description about this content page. It can be bold or italic and can be split over multiple paragraphs.

    + +
    +
    + Office Suite +
    +

    How to use an office suite with Federated Core.

    +
    + diff --git a/public/docs/client_applications/macos/index.xml b/public/docs/client_applications/macos/index.xml index 4b1f7b8..5c379d5 100644 --- a/public/docs/client_applications/macos/index.xml +++ b/public/docs/client_applications/macos/index.xml @@ -14,6 +14,64 @@ + + Docs: Element + /docs/client_applications/macos/element/ + Tue, 30 May 2023 00:00:00 +0000 + + /docs/client_applications/macos/element/ + + + + + +<div class="pageinfo pageinfo-primary"> +<p>This documentation is for users and administrators, not those wanting to install.</p> + +</div> + +<p>Your Federated Core comes pre-installed with a powerful <a href="https://matrix.org/">Matrix</a> server allowing you to communicate with anyone on your team and anyone in the world using Matrix.</p> +<p>The client for using Matrix is Element. You can use <a href="https://documentation.federated.computer/docs/core_applications/element/">Element in a web broswer</a> with your Federated Core, or you can install and use a desktop application.</p> +<p>Download desktop clients <a href="https://element.io/download">at this link</a>. Note: in our experience, the &ldquo;Debian / Ubuntu x86_64&rdquo; instructions are the best way to get the Element desktop client rather than using your package manager.</p> +<p>When you launch the Element application the first time, you want to click &ldquo;Sign In&rdquo;. You will need to edit your &ldquo;Homeserver&rdquo; value and put in your &ldquo;username&rdquo; and &ldquo;password&rdquo;.</p> +<p>Userful information for configuring your Element desktop application.</p> +<blockquote> +<p>Homeserver: <a href="https://matrix.domain.com">https://matrix.domain.com</a> where domain.com is your domain name.</p> +</blockquote> +<blockquote> +<p>Username: Your email address for your Federated Core.</p> +</blockquote> +<blockquote> +<p>Password: Your password.</p> +</blockquote> +<p>You will need to verify your access using your security key OR from another device already logged in.</p> + + + + + + Docs: Nextcloud Applications + /docs/client_applications/macos/nextcloud/ + Tue, 30 May 2023 00:00:00 +0000 + + /docs/client_applications/macos/nextcloud/ + + + + + +<div class="pageinfo pageinfo-primary"> +<p>This documentation is for users and administrators, not those wanting to install.</p> + +</div> + +<p>Using <a href="https://nextcloud.com/install/">this link</a> you can find a variety of applications from Nextcloud allowing you to connect your desktop and mobile device to your Federated Core.</p> +<p>There are applications for &ldquo;desktop&rdquo; for MacOS, Windows, Linux. Note, if you&rsquo;ve configure your Ubuntu-based Linux system using the built-in settings, you do not need a desktop client.</p> +<p>There are many applications offering integration with Nextcloud. You can find those listed at <a href="https://apps.nextcloud.com/categories/integration">this link</a>. Not all these applications work with your Federated Core, but many do. If we can be of assistance, please reach out for help.</p> + + + + Docs: Thunderbird /docs/client_applications/macos/thunderbird/ @@ -601,5 +659,138 @@ bar := &quot;foo&quot;; + + Docs: Office Suite + /docs/client_applications/macos/office/ + Tue, 30 May 2023 00:00:00 +0000 + + /docs/client_applications/macos/office/ + + + + + +<div class="pageinfo pageinfo-primary"> +<p>This documentation is for users and administrators, not those wanting to install.</p> + +</div> + +<p>The Nextcloud installation of your Federated Core works just like a product such as Dropbox(tm) or Google Drive(tm) and is compatible with office suites such as Microsoft Office(tm) or Libre Office(tm).</p> +<p>When you save a file from Microsoft Office(tm) or Libre Office(tm) to your &ldquo;Files&rdquo; on your Federated Core using your Nextcloud desktop client or the integration with Ubuntu-based Linux operating systems, that file is available for preview and work within the web interface of Nextcloud. This gives you maximum flexibility to work using desktop office tools or the web interface.</p> +<p>Let&rsquo;s see how this might work. Note: you need to have the Nextcloud desktop client installed and configured, or your Ubuntu-based operating system configure to work with Nextcloud and the &ldquo;Files&rdquo; option turned on.</p> +<p>If you go to the &ldquo;Files&rdquo; application on Nextcloud in your browser at &ldquo;nextcloud.domain.com&rdquo; (where domaim.com is your domain name), you can click the big &ldquo;+&rdquo; (&ldquo;plus&rdquo;) symbol to get the following drop down.</p> + + + + + + + +<figure class="card rounded p-2 td-post-card mb-4 mt-4" style="max-width: 259px"> + <img class="card-img-top" src="/docs/client_applications/macos/office/newdocument_hub370032279ab9d2a1d2eb2c949abd1e0_20151_249x415_resize_catmullrom_3.png" width="249" height="415"> + + <figcaption class="card-body px-0 pt-2 pb-0"> + <p class="card-text"> +</p> + </figcaption> + +</figure> + +<p>In this example we will select and create a &ldquo;New spreadsheet&rdquo;. After giving our spreadsheet a name, Nextcloud opens a full-featured web editor for your spreadsheet. We&rsquo;ve entered in some data. Changes are automatically saved.</p> + + + + + + + +<figure class="card rounded p-2 td-post-card mb-4 mt-4" style="max-width: 860px"> + <img class="card-img-top" src="/docs/client_applications/macos/office/preview_huf0eb94680681a0fc595e84de15640478_36676_850x438_resize_catmullrom_3.png" width="850" height="438"> + + <figcaption class="card-body px-0 pt-2 pb-0"> + <p class="card-text"> +</p> + </figcaption> + +</figure> + +<p>Now, assuming the Nextcloud client is installed and configured, you can look in your file browser for your operating system and find the spreadsheet we created. Here&rsquo;s what that looks like on Pop OS.</p> + + + + + + + +<figure class="card rounded p-2 td-post-card mb-4 mt-4" style="max-width: 295px"> + <img class="card-img-top" src="/docs/client_applications/macos/office/file_hu0597fb0c4f90481746ffc5a861ef097d_1902_285x53_resize_catmullrom_3.png" width="285" height="53"> + + <figcaption class="card-body px-0 pt-2 pb-0"> + <p class="card-text"> +</p> + </figcaption> + +</figure> + +<p>If you double click that, it will open in the office suite installed and configured to handle &ldquo;xls*&rdquo; files.</p> + + + + + + + +<figure class="card rounded p-2 td-post-card mb-4 mt-4" style="max-width: 729px"> + <img class="card-img-top" src="/docs/client_applications/macos/office/libreoffice_hue59a53138008897a2c8dddf90fe6a9e6_35099_719x314_resize_catmullrom_3.png" width="719" height="314"> + + <figcaption class="card-body px-0 pt-2 pb-0"> + <p class="card-text"> +</p> + </figcaption> + +</figure> + +<p>Here&rsquo;s the same file synched to another machine running Windows.</p> + + + + + + + +<figure class="card rounded p-2 td-post-card mb-4 mt-4" style="max-width: 217px"> + <img class="card-img-top" src="/docs/client_applications/macos/office/windows_hu507a0c47dab3cf963af05068d389bfb7_999_207x31_resize_catmullrom_3.png" width="207" height="31"> + + <figcaption class="card-body px-0 pt-2 pb-0"> + <p class="card-text"> +</p> + </figcaption> + +</figure> + +<p>And we can open the file and edit it in Excel&hellip;</p> + + + + + + + +<figure class="card rounded p-2 td-post-card mb-4 mt-4" style="max-width: 544px"> + <img class="card-img-top" src="/docs/client_applications/macos/office/excel_hu4e6e1b6944df5c593a0dbe2b82576e7b_18642_534x318_resize_catmullrom_3.png" width="534" height="318"> + + <figcaption class="card-body px-0 pt-2 pb-0"> + <p class="card-text"> +</p> + </figcaption> + +</figure> + +<p>Neat, huh? A couple of caveats. You can&rsquo;t edit in Excel and expect to see the changes expressed in Libre Office on another machine. Excel and Libre Office don&rsquo;t play nice together that way.</p> +<p>However, you can edit spreadsheets, documents, presentations and more on the web and then, using the share tools in Nextcloud &ldquo;Files&rdquo;, allow someone else to work on that file in the desktop editor of their choice.</p> + + + + diff --git a/public/docs/client_applications/macos/nextcloud/index.html b/public/docs/client_applications/macos/nextcloud/index.html new file mode 100644 index 0000000..18aae1e --- /dev/null +++ b/public/docs/client_applications/macos/nextcloud/index.html @@ -0,0 +1,417 @@ + + + + + + + + + + + + + + + + + + + + +Nextcloud Applications | Federated Docs + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    +
    +
    +
    + + +
    + + + + + +
    +

    Nextcloud Applications

    +
    Nextcloud Applications for your desktop and mobile devices.
    + + + +
    +

    This documentation is for users and administrators, not those wanting to install.

    + +
    + +

    Using this link you can find a variety of applications from Nextcloud allowing you to connect your desktop and mobile device to your Federated Core.

    +

    There are applications for “desktop” for MacOS, Windows, Linux. Note, if you’ve configure your Ubuntu-based Linux system using the built-in settings, you do not need a desktop client.

    +

    There are many applications offering integration with Nextcloud. You can find those listed at this link. Not all these applications work with your Federated Core, but many do. If we can be of assistance, please reach out for help.

    + + + + +
    + + +
    +
    +
    + + + + +
    + + + + + \ No newline at end of file diff --git a/public/docs/client_applications/macos/office/excel.png b/public/docs/client_applications/macos/office/excel.png new file mode 100644 index 0000000..166faa3 Binary files /dev/null and b/public/docs/client_applications/macos/office/excel.png differ diff --git a/public/docs/client_applications/macos/office/excel_hu4e6e1b6944df5c593a0dbe2b82576e7b_18642_534x318_resize_catmullrom_3.png b/public/docs/client_applications/macos/office/excel_hu4e6e1b6944df5c593a0dbe2b82576e7b_18642_534x318_resize_catmullrom_3.png new file mode 100644 index 0000000..1e02bf2 Binary files /dev/null and b/public/docs/client_applications/macos/office/excel_hu4e6e1b6944df5c593a0dbe2b82576e7b_18642_534x318_resize_catmullrom_3.png differ diff --git a/public/docs/client_applications/macos/office/file.png b/public/docs/client_applications/macos/office/file.png new file mode 100644 index 0000000..7f26d13 Binary files /dev/null and b/public/docs/client_applications/macos/office/file.png differ diff --git a/public/docs/client_applications/macos/office/file_hu0597fb0c4f90481746ffc5a861ef097d_1902_285x53_resize_catmullrom_3.png b/public/docs/client_applications/macos/office/file_hu0597fb0c4f90481746ffc5a861ef097d_1902_285x53_resize_catmullrom_3.png new file mode 100644 index 0000000..37525e7 Binary files /dev/null and b/public/docs/client_applications/macos/office/file_hu0597fb0c4f90481746ffc5a861ef097d_1902_285x53_resize_catmullrom_3.png differ diff --git a/public/docs/client_applications/macos/office/index.html b/public/docs/client_applications/macos/office/index.html new file mode 100644 index 0000000..fc6d438 --- /dev/null +++ b/public/docs/client_applications/macos/office/index.html @@ -0,0 +1,534 @@ + + + + + + + + + + + + + + + + + + + + + +Office Suite | Federated Docs + + + + + + + + + + + + + + + + + + + + + +
    + +
    +
    +
    +
    + + +
    + + + + + +
    +

    Office Suite

    +
    How to use an office suite with Federated Core.
    + + + +
    +

    This documentation is for users and administrators, not those wanting to install.

    + +
    + +

    The Nextcloud installation of your Federated Core works just like a product such as Dropbox(tm) or Google Drive(tm) and is compatible with office suites such as Microsoft Office(tm) or Libre Office(tm).

    +

    When you save a file from Microsoft Office(tm) or Libre Office(tm) to your “Files” on your Federated Core using your Nextcloud desktop client or the integration with Ubuntu-based Linux operating systems, that file is available for preview and work within the web interface of Nextcloud. This gives you maximum flexibility to work using desktop office tools or the web interface.

    +

    Let’s see how this might work. Note: you need to have the Nextcloud desktop client installed and configured, or your Ubuntu-based operating system configure to work with Nextcloud and the “Files” option turned on.

    +

    If you go to the “Files” application on Nextcloud in your browser at “nextcloud.domain.com” (where domaim.com is your domain name), you can click the big “+” (“plus”) symbol to get the following drop down.

    + + + + + + + +
    + + +
    +

    +

    +
    + +
    + +

    In this example we will select and create a “New spreadsheet”. After giving our spreadsheet a name, Nextcloud opens a full-featured web editor for your spreadsheet. We’ve entered in some data. Changes are automatically saved.

    + + + + + + + +
    + + +
    +

    +

    +
    + +
    + +

    Now, assuming the Nextcloud client is installed and configured, you can look in your file browser for your operating system and find the spreadsheet we created. Here’s what that looks like on Pop OS.

    + + + + + + + +
    + + +
    +

    +

    +
    + +
    + +

    If you double click that, it will open in the office suite installed and configured to handle “xls*” files.

    + + + + + + + +
    + + +
    +

    +

    +
    + +
    + +

    Here’s the same file synched to another machine running Windows.

    + + + + + + + +
    + + +
    +

    +

    +
    + +
    + +

    And we can open the file and edit it in Excel…

    + + + + + + + +
    + + +
    +

    +

    +
    + +
    + +

    Neat, huh? A couple of caveats. You can’t edit in Excel and expect to see the changes expressed in Libre Office on another machine. Excel and Libre Office don’t play nice together that way.

    +

    However, you can edit spreadsheets, documents, presentations and more on the web and then, using the share tools in Nextcloud “Files”, allow someone else to work on that file in the desktop editor of their choice.

    + +
    + + + + + + + + + +
    + + + + +
    + +
    +
    +
    + + + + +
    + + + + + \ No newline at end of file diff --git a/public/docs/client_applications/macos/office/index.xml b/public/docs/client_applications/macos/office/index.xml new file mode 100644 index 0000000..90a5868 --- /dev/null +++ b/public/docs/client_applications/macos/office/index.xml @@ -0,0 +1,18 @@ + + + Federated Docs – Office Suite + /docs/client_applications/macos/office/ + Recent content in Office Suite on Federated Docs + Hugo -- gohugo.io + Tue, 30 May 2023 00:00:00 +0000 + + + + + + + + + + + diff --git a/public/docs/client_applications/macos/office/libreoffice.png b/public/docs/client_applications/macos/office/libreoffice.png new file mode 100644 index 0000000..4853da8 Binary files /dev/null and b/public/docs/client_applications/macos/office/libreoffice.png differ diff --git a/public/docs/client_applications/macos/office/libreoffice_hue59a53138008897a2c8dddf90fe6a9e6_35099_719x314_resize_catmullrom_3.png b/public/docs/client_applications/macos/office/libreoffice_hue59a53138008897a2c8dddf90fe6a9e6_35099_719x314_resize_catmullrom_3.png new file mode 100644 index 0000000..061a832 Binary files /dev/null and b/public/docs/client_applications/macos/office/libreoffice_hue59a53138008897a2c8dddf90fe6a9e6_35099_719x314_resize_catmullrom_3.png differ diff --git a/public/docs/client_applications/macos/office/newdocument.png b/public/docs/client_applications/macos/office/newdocument.png new file mode 100644 index 0000000..2f8cd61 Binary files /dev/null and b/public/docs/client_applications/macos/office/newdocument.png differ diff --git a/public/docs/client_applications/macos/office/newdocument_hub370032279ab9d2a1d2eb2c949abd1e0_20151_249x415_resize_catmullrom_3.png b/public/docs/client_applications/macos/office/newdocument_hub370032279ab9d2a1d2eb2c949abd1e0_20151_249x415_resize_catmullrom_3.png new file mode 100644 index 0000000..6185fe3 Binary files /dev/null and b/public/docs/client_applications/macos/office/newdocument_hub370032279ab9d2a1d2eb2c949abd1e0_20151_249x415_resize_catmullrom_3.png differ diff --git a/public/docs/client_applications/macos/office/preview.png b/public/docs/client_applications/macos/office/preview.png new file mode 100644 index 0000000..d6b197c Binary files /dev/null and b/public/docs/client_applications/macos/office/preview.png differ diff --git a/public/docs/client_applications/macos/office/preview_huf0eb94680681a0fc595e84de15640478_36676_850x438_resize_catmullrom_3.png b/public/docs/client_applications/macos/office/preview_huf0eb94680681a0fc595e84de15640478_36676_850x438_resize_catmullrom_3.png new file mode 100644 index 0000000..b64cc7c Binary files /dev/null and b/public/docs/client_applications/macos/office/preview_huf0eb94680681a0fc595e84de15640478_36676_850x438_resize_catmullrom_3.png differ diff --git a/public/docs/client_applications/macos/office/windows.png b/public/docs/client_applications/macos/office/windows.png new file mode 100644 index 0000000..6547894 Binary files /dev/null and b/public/docs/client_applications/macos/office/windows.png differ diff --git a/public/docs/client_applications/macos/office/windows_hu507a0c47dab3cf963af05068d389bfb7_999_207x31_resize_catmullrom_3.png b/public/docs/client_applications/macos/office/windows_hu507a0c47dab3cf963af05068d389bfb7_999_207x31_resize_catmullrom_3.png new file mode 100644 index 0000000..c9656e8 Binary files /dev/null and b/public/docs/client_applications/macos/office/windows_hu507a0c47dab3cf963af05068d389bfb7_999_207x31_resize_catmullrom_3.png differ diff --git a/public/docs/client_applications/macos/thunderbird/index.html b/public/docs/client_applications/macos/thunderbird/index.html index bb4dc96..2ceee04 100644 --- a/public/docs/client_applications/macos/thunderbird/index.html +++ b/public/docs/client_applications/macos/thunderbird/index.html @@ -126,12 +126,18 @@
  • Windows
  • @@ -158,19 +164,31 @@
  • Linux
  • MacOS
  • diff --git a/public/docs/client_applications/windows/element/index.html b/public/docs/client_applications/windows/element/index.html new file mode 100644 index 0000000..fc314f1 --- /dev/null +++ b/public/docs/client_applications/windows/element/index.html @@ -0,0 +1,429 @@ + + + + + + + + + + + + + + + + + + + + +Element | Federated Docs + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    +
    +
    +
    + + +
    + + + + + +
    +

    Element

    +
    Element Desktop Application.
    + + + +
    +

    This documentation is for users and administrators, not those wanting to install.

    + +
    + +

    Your Federated Core comes pre-installed with a powerful Matrix server allowing you to communicate with anyone on your team and anyone in the world using Matrix.

    +

    The client for using Matrix is Element. You can use Element in a web broswer with your Federated Core, or you can install and use a desktop application.

    +

    Download desktop clients at this link. Note: in our experience, the “Debian / Ubuntu x86_64” instructions are the best way to get the Element desktop client rather than using your package manager.

    +

    When you launch the Element application the first time, you want to click “Sign In”. You will need to edit your “Homeserver” value and put in your “username” and “password”.

    +

    Userful information for configuring your Element desktop application.

    +
    +

    Homeserver: https://matrix.domain.com where domain.com is your domain name.

    +
    +
    +

    Username: Your email address for your Federated Core.

    +
    +
    +

    Password: Your password.

    +
    +

    You will need to verify your access using your security key OR from another device already logged in.

    + + + + +
    + + +
    +
    +
    + + + + +
    + + + + + \ No newline at end of file diff --git a/public/docs/client_applications/windows/index.html b/public/docs/client_applications/windows/index.html index 4430f08..13adeb6 100644 --- a/public/docs/client_applications/windows/index.html +++ b/public/docs/client_applications/windows/index.html @@ -126,12 +126,18 @@
  • Windows
  • @@ -158,19 +164,31 @@
  • Linux
  • MacOS
  • @@ -322,6 +340,14 @@
    +
    +
    + Element +
    +

    Element Desktop Application.

    +
    + +
    Mail for Windows @@ -330,6 +356,14 @@
    +
    +
    + Nextcloud Applications +
    +

    Nextcloud Applications for your desktop and mobile devices.

    +
    + +
    Outlook for Windows @@ -345,6 +379,14 @@

    Thunderbird is the best self-sovereign client for email, calendar, contacts on all the desktop platforms. No big company is spying on your data. While there are other clients your can use, we strongly recommend Thunrderbird.

    + +
    +
    + Office Suite +
    +

    How to use an office suite with Federated Core.

    +
    + diff --git a/public/docs/client_applications/windows/index.xml b/public/docs/client_applications/windows/index.xml index 5f992c1..384ebba 100644 --- a/public/docs/client_applications/windows/index.xml +++ b/public/docs/client_applications/windows/index.xml @@ -14,6 +14,41 @@ + + Docs: Element + /docs/client_applications/windows/element/ + Tue, 30 May 2023 00:00:00 +0000 + + /docs/client_applications/windows/element/ + + + + + +<div class="pageinfo pageinfo-primary"> +<p>This documentation is for users and administrators, not those wanting to install.</p> + +</div> + +<p>Your Federated Core comes pre-installed with a powerful <a href="https://matrix.org/">Matrix</a> server allowing you to communicate with anyone on your team and anyone in the world using Matrix.</p> +<p>The client for using Matrix is Element. You can use <a href="https://documentation.federated.computer/docs/core_applications/element/">Element in a web broswer</a> with your Federated Core, or you can install and use a desktop application.</p> +<p>Download desktop clients <a href="https://element.io/download">at this link</a>. Note: in our experience, the &ldquo;Debian / Ubuntu x86_64&rdquo; instructions are the best way to get the Element desktop client rather than using your package manager.</p> +<p>When you launch the Element application the first time, you want to click &ldquo;Sign In&rdquo;. You will need to edit your &ldquo;Homeserver&rdquo; value and put in your &ldquo;username&rdquo; and &ldquo;password&rdquo;.</p> +<p>Userful information for configuring your Element desktop application.</p> +<blockquote> +<p>Homeserver: <a href="https://matrix.domain.com">https://matrix.domain.com</a> where domain.com is your domain name.</p> +</blockquote> +<blockquote> +<p>Username: Your email address for your Federated Core.</p> +</blockquote> +<blockquote> +<p>Password: Your password.</p> +</blockquote> +<p>You will need to verify your access using your security key OR from another device already logged in.</p> + + + + Docs: Mail for Windows /docs/client_applications/windows/mail/ @@ -45,6 +80,29 @@ Security: SSL/TLS</p> + + Docs: Nextcloud Applications + /docs/client_applications/windows/nextcloud/ + Tue, 30 May 2023 00:00:00 +0000 + + /docs/client_applications/windows/nextcloud/ + + + + + +<div class="pageinfo pageinfo-primary"> +<p>This documentation is for users and administrators, not those wanting to install.</p> + +</div> + +<p>Using <a href="https://nextcloud.com/install/">this link</a> you can find a variety of applications from Nextcloud allowing you to connect your desktop and mobile device to your Federated Core.</p> +<p>There are applications for &ldquo;desktop&rdquo; for MacOS, Windows, Linux. Note, if you&rsquo;ve configure your Ubuntu-based Linux system using the built-in settings, you do not need a desktop client.</p> +<p>There are many applications offering integration with Nextcloud. You can find those listed at <a href="https://apps.nextcloud.com/categories/integration">this link</a>. Not all these applications work with your Federated Core, but many do. If we can be of assistance, please reach out for help.</p> + + + + Docs: Outlook for Windows /docs/client_applications/windows/outlook/ @@ -350,5 +408,138 @@ Security: SSL/TLS</p> + + Docs: Office Suite + /docs/client_applications/windows/office/ + Tue, 30 May 2023 00:00:00 +0000 + + /docs/client_applications/windows/office/ + + + + + +<div class="pageinfo pageinfo-primary"> +<p>This documentation is for users and administrators, not those wanting to install.</p> + +</div> + +<p>The Nextcloud installation of your Federated Core works just like a product such as Dropbox(tm) or Google Drive(tm) and is compatible with office suites such as Microsoft Office(tm) or Libre Office(tm).</p> +<p>When you save a file from Microsoft Office(tm) or Libre Office(tm) to your &ldquo;Files&rdquo; on your Federated Core using your Nextcloud desktop client or the integration with Ubuntu-based Linux operating systems, that file is available for preview and work within the web interface of Nextcloud. This gives you maximum flexibility to work using desktop office tools or the web interface.</p> +<p>Let&rsquo;s see how this might work. Note: you need to have the Nextcloud desktop client installed and configured, or your Ubuntu-based operating system configure to work with Nextcloud and the &ldquo;Files&rdquo; option turned on.</p> +<p>If you go to the &ldquo;Files&rdquo; application on Nextcloud in your browser at &ldquo;nextcloud.domain.com&rdquo; (where domaim.com is your domain name), you can click the big &ldquo;+&rdquo; (&ldquo;plus&rdquo;) symbol to get the following drop down.</p> + + + + + + + +<figure class="card rounded p-2 td-post-card mb-4 mt-4" style="max-width: 259px"> + <img class="card-img-top" src="/docs/client_applications/windows/office/newdocument_hub370032279ab9d2a1d2eb2c949abd1e0_20151_249x415_resize_catmullrom_3.png" width="249" height="415"> + + <figcaption class="card-body px-0 pt-2 pb-0"> + <p class="card-text"> +</p> + </figcaption> + +</figure> + +<p>In this example we will select and create a &ldquo;New spreadsheet&rdquo;. After giving our spreadsheet a name, Nextcloud opens a full-featured web editor for your spreadsheet. We&rsquo;ve entered in some data. Changes are automatically saved.</p> + + + + + + + +<figure class="card rounded p-2 td-post-card mb-4 mt-4" style="max-width: 860px"> + <img class="card-img-top" src="/docs/client_applications/windows/office/preview_huf0eb94680681a0fc595e84de15640478_36676_850x438_resize_catmullrom_3.png" width="850" height="438"> + + <figcaption class="card-body px-0 pt-2 pb-0"> + <p class="card-text"> +</p> + </figcaption> + +</figure> + +<p>Now, assuming the Nextcloud client is installed and configured, you can look in your file browser for your operating system and find the spreadsheet we created. Here&rsquo;s what that looks like on Pop OS.</p> + + + + + + + +<figure class="card rounded p-2 td-post-card mb-4 mt-4" style="max-width: 295px"> + <img class="card-img-top" src="/docs/client_applications/windows/office/file_hu0597fb0c4f90481746ffc5a861ef097d_1902_285x53_resize_catmullrom_3.png" width="285" height="53"> + + <figcaption class="card-body px-0 pt-2 pb-0"> + <p class="card-text"> +</p> + </figcaption> + +</figure> + +<p>If you double click that, it will open in the office suite installed and configured to handle &ldquo;xls*&rdquo; files.</p> + + + + + + + +<figure class="card rounded p-2 td-post-card mb-4 mt-4" style="max-width: 729px"> + <img class="card-img-top" src="/docs/client_applications/windows/office/libreoffice_hue59a53138008897a2c8dddf90fe6a9e6_35099_719x314_resize_catmullrom_3.png" width="719" height="314"> + + <figcaption class="card-body px-0 pt-2 pb-0"> + <p class="card-text"> +</p> + </figcaption> + +</figure> + +<p>Here&rsquo;s the same file synched to another machine running Windows.</p> + + + + + + + +<figure class="card rounded p-2 td-post-card mb-4 mt-4" style="max-width: 217px"> + <img class="card-img-top" src="/docs/client_applications/windows/office/windows_hu507a0c47dab3cf963af05068d389bfb7_999_207x31_resize_catmullrom_3.png" width="207" height="31"> + + <figcaption class="card-body px-0 pt-2 pb-0"> + <p class="card-text"> +</p> + </figcaption> + +</figure> + +<p>And we can open the file and edit it in Excel&hellip;</p> + + + + + + + +<figure class="card rounded p-2 td-post-card mb-4 mt-4" style="max-width: 544px"> + <img class="card-img-top" src="/docs/client_applications/windows/office/excel_hu4e6e1b6944df5c593a0dbe2b82576e7b_18642_534x318_resize_catmullrom_3.png" width="534" height="318"> + + <figcaption class="card-body px-0 pt-2 pb-0"> + <p class="card-text"> +</p> + </figcaption> + +</figure> + +<p>Neat, huh? A couple of caveats. You can&rsquo;t edit in Excel and expect to see the changes expressed in Libre Office on another machine. Excel and Libre Office don&rsquo;t play nice together that way.</p> +<p>However, you can edit spreadsheets, documents, presentations and more on the web and then, using the share tools in Nextcloud &ldquo;Files&rdquo;, allow someone else to work on that file in the desktop editor of their choice.</p> + + + + diff --git a/public/docs/client_applications/windows/mail/index.html b/public/docs/client_applications/windows/mail/index.html index dbd7fb7..207c455 100644 --- a/public/docs/client_applications/windows/mail/index.html +++ b/public/docs/client_applications/windows/mail/index.html @@ -130,12 +130,18 @@
  • Windows
  • @@ -162,19 +168,31 @@
  • Linux
  • MacOS
  • diff --git a/public/docs/client_applications/windows/nextcloud/index.html b/public/docs/client_applications/windows/nextcloud/index.html new file mode 100644 index 0000000..decf67c --- /dev/null +++ b/public/docs/client_applications/windows/nextcloud/index.html @@ -0,0 +1,417 @@ + + + + + + + + + + + + + + + + + + + + +Nextcloud Applications | Federated Docs + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    +
    +
    +
    + + +
    + + + + + +
    +

    Nextcloud Applications

    +
    Nextcloud Applications for your desktop and mobile devices.
    + + + +
    +

    This documentation is for users and administrators, not those wanting to install.

    + +
    + +

    Using this link you can find a variety of applications from Nextcloud allowing you to connect your desktop and mobile device to your Federated Core.

    +

    There are applications for “desktop” for MacOS, Windows, Linux. Note, if you’ve configure your Ubuntu-based Linux system using the built-in settings, you do not need a desktop client.

    +

    There are many applications offering integration with Nextcloud. You can find those listed at this link. Not all these applications work with your Federated Core, but many do. If we can be of assistance, please reach out for help.

    + + + + +
    + + +
    +
    +
    + + + + +
    + + + + + \ No newline at end of file diff --git a/public/docs/client_applications/windows/office/excel.png b/public/docs/client_applications/windows/office/excel.png new file mode 100644 index 0000000..166faa3 Binary files /dev/null and b/public/docs/client_applications/windows/office/excel.png differ diff --git a/public/docs/client_applications/windows/office/excel_hu4e6e1b6944df5c593a0dbe2b82576e7b_18642_534x318_resize_catmullrom_3.png b/public/docs/client_applications/windows/office/excel_hu4e6e1b6944df5c593a0dbe2b82576e7b_18642_534x318_resize_catmullrom_3.png new file mode 100644 index 0000000..1e02bf2 Binary files /dev/null and b/public/docs/client_applications/windows/office/excel_hu4e6e1b6944df5c593a0dbe2b82576e7b_18642_534x318_resize_catmullrom_3.png differ diff --git a/public/docs/client_applications/windows/office/file.png b/public/docs/client_applications/windows/office/file.png new file mode 100644 index 0000000..7f26d13 Binary files /dev/null and b/public/docs/client_applications/windows/office/file.png differ diff --git a/public/docs/client_applications/windows/office/file_hu0597fb0c4f90481746ffc5a861ef097d_1902_285x53_resize_catmullrom_3.png b/public/docs/client_applications/windows/office/file_hu0597fb0c4f90481746ffc5a861ef097d_1902_285x53_resize_catmullrom_3.png new file mode 100644 index 0000000..37525e7 Binary files /dev/null and b/public/docs/client_applications/windows/office/file_hu0597fb0c4f90481746ffc5a861ef097d_1902_285x53_resize_catmullrom_3.png differ diff --git a/public/docs/client_applications/windows/office/index.html b/public/docs/client_applications/windows/office/index.html new file mode 100644 index 0000000..c7e2cee --- /dev/null +++ b/public/docs/client_applications/windows/office/index.html @@ -0,0 +1,534 @@ + + + + + + + + + + + + + + + + + + + + + +Office Suite | Federated Docs + + + + + + + + + + + + + + + + + + + + + +
    + +
    +
    +
    +
    + + +
    + + + + + +
    +

    Office Suite

    +
    How to use an office suite with Federated Core.
    + + + +
    +

    This documentation is for users and administrators, not those wanting to install.

    + +
    + +

    The Nextcloud installation of your Federated Core works just like a product such as Dropbox(tm) or Google Drive(tm) and is compatible with office suites such as Microsoft Office(tm) or Libre Office(tm).

    +

    When you save a file from Microsoft Office(tm) or Libre Office(tm) to your “Files” on your Federated Core using your Nextcloud desktop client or the integration with Ubuntu-based Linux operating systems, that file is available for preview and work within the web interface of Nextcloud. This gives you maximum flexibility to work using desktop office tools or the web interface.

    +

    Let’s see how this might work. Note: you need to have the Nextcloud desktop client installed and configured, or your Ubuntu-based operating system configure to work with Nextcloud and the “Files” option turned on.

    +

    If you go to the “Files” application on Nextcloud in your browser at “nextcloud.domain.com” (where domaim.com is your domain name), you can click the big “+” (“plus”) symbol to get the following drop down.

    + + + + + + + +
    + + +
    +

    +

    +
    + +
    + +

    In this example we will select and create a “New spreadsheet”. After giving our spreadsheet a name, Nextcloud opens a full-featured web editor for your spreadsheet. We’ve entered in some data. Changes are automatically saved.

    + + + + + + + +
    + + +
    +

    +

    +
    + +
    + +

    Now, assuming the Nextcloud client is installed and configured, you can look in your file browser for your operating system and find the spreadsheet we created. Here’s what that looks like on Pop OS.

    + + + + + + + +
    + + +
    +

    +

    +
    + +
    + +

    If you double click that, it will open in the office suite installed and configured to handle “xls*” files.

    + + + + + + + +
    + + +
    +

    +

    +
    + +
    + +

    Here’s the same file synched to another machine running Windows.

    + + + + + + + +
    + + +
    +

    +

    +
    + +
    + +

    And we can open the file and edit it in Excel…

    + + + + + + + +
    + + +
    +

    +

    +
    + +
    + +

    Neat, huh? A couple of caveats. You can’t edit in Excel and expect to see the changes expressed in Libre Office on another machine. Excel and Libre Office don’t play nice together that way.

    +

    However, you can edit spreadsheets, documents, presentations and more on the web and then, using the share tools in Nextcloud “Files”, allow someone else to work on that file in the desktop editor of their choice.

    + +
    + + + + + + + + + +
    + + + + +
    + +
    +
    +
    + + + + +
    + + + + + \ No newline at end of file diff --git a/public/docs/client_applications/windows/office/index.xml b/public/docs/client_applications/windows/office/index.xml new file mode 100644 index 0000000..dfcb7cb --- /dev/null +++ b/public/docs/client_applications/windows/office/index.xml @@ -0,0 +1,18 @@ + + + Federated Docs – Office Suite + /docs/client_applications/windows/office/ + Recent content in Office Suite on Federated Docs + Hugo -- gohugo.io + Tue, 30 May 2023 00:00:00 +0000 + + + + + + + + + + + diff --git a/public/docs/client_applications/windows/office/libreoffice.png b/public/docs/client_applications/windows/office/libreoffice.png new file mode 100644 index 0000000..4853da8 Binary files /dev/null and b/public/docs/client_applications/windows/office/libreoffice.png differ diff --git a/public/docs/client_applications/windows/office/libreoffice_hue59a53138008897a2c8dddf90fe6a9e6_35099_719x314_resize_catmullrom_3.png b/public/docs/client_applications/windows/office/libreoffice_hue59a53138008897a2c8dddf90fe6a9e6_35099_719x314_resize_catmullrom_3.png new file mode 100644 index 0000000..061a832 Binary files /dev/null and b/public/docs/client_applications/windows/office/libreoffice_hue59a53138008897a2c8dddf90fe6a9e6_35099_719x314_resize_catmullrom_3.png differ diff --git a/public/docs/client_applications/windows/office/newdocument.png b/public/docs/client_applications/windows/office/newdocument.png new file mode 100644 index 0000000..2f8cd61 Binary files /dev/null and b/public/docs/client_applications/windows/office/newdocument.png differ diff --git a/public/docs/client_applications/windows/office/newdocument_hub370032279ab9d2a1d2eb2c949abd1e0_20151_249x415_resize_catmullrom_3.png b/public/docs/client_applications/windows/office/newdocument_hub370032279ab9d2a1d2eb2c949abd1e0_20151_249x415_resize_catmullrom_3.png new file mode 100644 index 0000000..6185fe3 Binary files /dev/null and b/public/docs/client_applications/windows/office/newdocument_hub370032279ab9d2a1d2eb2c949abd1e0_20151_249x415_resize_catmullrom_3.png differ diff --git a/public/docs/client_applications/windows/office/preview.png b/public/docs/client_applications/windows/office/preview.png new file mode 100644 index 0000000..d6b197c Binary files /dev/null and b/public/docs/client_applications/windows/office/preview.png differ diff --git a/public/docs/client_applications/windows/office/preview_huf0eb94680681a0fc595e84de15640478_36676_850x438_resize_catmullrom_3.png b/public/docs/client_applications/windows/office/preview_huf0eb94680681a0fc595e84de15640478_36676_850x438_resize_catmullrom_3.png new file mode 100644 index 0000000..b64cc7c Binary files /dev/null and b/public/docs/client_applications/windows/office/preview_huf0eb94680681a0fc595e84de15640478_36676_850x438_resize_catmullrom_3.png differ diff --git a/public/docs/client_applications/windows/office/windows.png b/public/docs/client_applications/windows/office/windows.png new file mode 100644 index 0000000..6547894 Binary files /dev/null and b/public/docs/client_applications/windows/office/windows.png differ diff --git a/public/docs/client_applications/windows/office/windows_hu507a0c47dab3cf963af05068d389bfb7_999_207x31_resize_catmullrom_3.png b/public/docs/client_applications/windows/office/windows_hu507a0c47dab3cf963af05068d389bfb7_999_207x31_resize_catmullrom_3.png new file mode 100644 index 0000000..c9656e8 Binary files /dev/null and b/public/docs/client_applications/windows/office/windows_hu507a0c47dab3cf963af05068d389bfb7_999_207x31_resize_catmullrom_3.png differ diff --git a/public/docs/client_applications/windows/outlook/index.html b/public/docs/client_applications/windows/outlook/index.html index 8497757..926ad2a 100644 --- a/public/docs/client_applications/windows/outlook/index.html +++ b/public/docs/client_applications/windows/outlook/index.html @@ -130,12 +130,18 @@
  • Windows
  • @@ -162,19 +168,31 @@
  • Linux
  • MacOS
  • diff --git a/public/docs/client_applications/windows/thunderbird/index.html b/public/docs/client_applications/windows/thunderbird/index.html index 025d5a7..7beb050 100644 --- a/public/docs/client_applications/windows/thunderbird/index.html +++ b/public/docs/client_applications/windows/thunderbird/index.html @@ -126,12 +126,18 @@
  • Windows
  • @@ -158,19 +164,31 @@
  • Linux
  • MacOS
  • diff --git a/public/docs/contribution-guidelines/index.html b/public/docs/contribution-guidelines/index.html index 3572466..e737db1 100644 --- a/public/docs/contribution-guidelines/index.html +++ b/public/docs/contribution-guidelines/index.html @@ -126,12 +126,18 @@
  • Windows
  • @@ -158,19 +164,31 @@
  • Linux
  • MacOS
  • diff --git a/public/docs/core_applications/baserow/index.html b/public/docs/core_applications/baserow/index.html index f0b5527..e35bab3 100644 --- a/public/docs/core_applications/baserow/index.html +++ b/public/docs/core_applications/baserow/index.html @@ -126,12 +126,18 @@
  • Windows
  • @@ -158,19 +164,31 @@
  • Linux
  • MacOS
  • diff --git a/public/docs/core_applications/element/index.html b/public/docs/core_applications/element/index.html index 15a4fd6..15a3c9f 100644 --- a/public/docs/core_applications/element/index.html +++ b/public/docs/core_applications/element/index.html @@ -126,12 +126,18 @@
  • Windows
  • @@ -158,19 +164,31 @@
  • Linux
  • MacOS
  • diff --git a/public/docs/core_applications/gitea/index.html b/public/docs/core_applications/gitea/index.html index f5fc760..53acbcc 100644 --- a/public/docs/core_applications/gitea/index.html +++ b/public/docs/core_applications/gitea/index.html @@ -126,12 +126,18 @@
  • Windows
  • @@ -158,19 +164,31 @@
  • Linux
  • MacOS
  • diff --git a/public/docs/core_applications/index.html b/public/docs/core_applications/index.html index 7c13292..ae3c187 100644 --- a/public/docs/core_applications/index.html +++ b/public/docs/core_applications/index.html @@ -126,12 +126,18 @@
  • Windows
  • @@ -158,19 +164,31 @@
  • Linux
  • MacOS
  • diff --git a/public/docs/core_applications/jitsi/index.html b/public/docs/core_applications/jitsi/index.html index 583b689..75a3fa6 100644 --- a/public/docs/core_applications/jitsi/index.html +++ b/public/docs/core_applications/jitsi/index.html @@ -126,12 +126,18 @@
  • Windows
  • @@ -158,19 +164,31 @@
  • Linux
  • MacOS
  • diff --git a/public/docs/core_applications/listmonk/index.html b/public/docs/core_applications/listmonk/index.html index 944669b..8301075 100644 --- a/public/docs/core_applications/listmonk/index.html +++ b/public/docs/core_applications/listmonk/index.html @@ -126,12 +126,18 @@
  • Windows
  • @@ -158,19 +164,31 @@
  • Linux
  • MacOS
  • diff --git a/public/docs/core_applications/nextcloud/index.html b/public/docs/core_applications/nextcloud/index.html index 1f6306a..c3fbe13 100644 --- a/public/docs/core_applications/nextcloud/index.html +++ b/public/docs/core_applications/nextcloud/index.html @@ -126,12 +126,18 @@
  • Windows
  • @@ -158,19 +164,31 @@
  • Linux
  • MacOS
  • diff --git a/public/docs/core_applications/panel/index.html b/public/docs/core_applications/panel/index.html index bc9eca3..b7a93de 100644 --- a/public/docs/core_applications/panel/index.html +++ b/public/docs/core_applications/panel/index.html @@ -126,12 +126,18 @@
  • Windows
  • @@ -158,19 +164,31 @@
  • Linux
  • MacOS
  • diff --git a/public/docs/core_applications/vaultwarden/index.html b/public/docs/core_applications/vaultwarden/index.html index d67831f..0c2a463 100644 --- a/public/docs/core_applications/vaultwarden/index.html +++ b/public/docs/core_applications/vaultwarden/index.html @@ -126,12 +126,18 @@
  • Windows
  • @@ -158,19 +164,31 @@
  • Linux
  • MacOS
  • diff --git a/public/docs/core_applications/wireguard/index.html b/public/docs/core_applications/wireguard/index.html index caef5d8..f21985b 100644 --- a/public/docs/core_applications/wireguard/index.html +++ b/public/docs/core_applications/wireguard/index.html @@ -126,12 +126,18 @@
  • Windows
  • @@ -158,19 +164,31 @@
  • Linux
  • MacOS
  • diff --git a/public/docs/getting-started/example-page/index.html b/public/docs/getting-started/example-page/index.html index 65b4201..652e4e3 100644 --- a/public/docs/getting-started/example-page/index.html +++ b/public/docs/getting-started/example-page/index.html @@ -130,12 +130,18 @@
  • Windows
  • @@ -162,19 +168,31 @@
  • Linux
  • MacOS
  • diff --git a/public/docs/getting-started/index.html b/public/docs/getting-started/index.html index 60d33b4..d46e4a1 100644 --- a/public/docs/getting-started/index.html +++ b/public/docs/getting-started/index.html @@ -126,12 +126,18 @@
  • Windows
  • @@ -158,19 +164,31 @@
  • Linux
  • MacOS
  • diff --git a/public/docs/index.html b/public/docs/index.html index 9dc494b..a43edd9 100644 --- a/public/docs/index.html +++ b/public/docs/index.html @@ -122,12 +122,18 @@
  • Windows
  • @@ -154,19 +160,31 @@
  • Linux
  • MacOS
  • @@ -349,7 +367,7 @@
    Other Topics
    -

    Low level reference docs for your project.

    +

    Other topics for using Federated Core.

    diff --git a/public/docs/index.xml b/public/docs/index.xml index 9e70b1e..12acb82 100644 --- a/public/docs/index.xml +++ b/public/docs/index.xml @@ -14,6 +14,111 @@ + + Docs: Element + /docs/client_applications/linux/element/ + Tue, 30 May 2023 00:00:00 +0000 + + /docs/client_applications/linux/element/ + + + + + +<div class="pageinfo pageinfo-primary"> +<p>This documentation is for users and administrators, not those wanting to install.</p> + +</div> + +<p>Your Federated Core comes pre-installed with a powerful <a href="https://matrix.org/">Matrix</a> server allowing you to communicate with anyone on your team and anyone in the world using Matrix.</p> +<p>The client for using Matrix is Element. You can use <a href="https://documentation.federated.computer/docs/core_applications/element/">Element in a web broswer</a> with your Federated Core, or you can install and use a desktop application.</p> +<p>Download desktop clients <a href="https://element.io/download">at this link</a>. Note: in our experience, the &ldquo;Debian / Ubuntu x86_64&rdquo; instructions are the best way to get the Element desktop client rather than using your package manager.</p> +<p>When you launch the Element application the first time, you want to click &ldquo;Sign In&rdquo;. You will need to edit your &ldquo;Homeserver&rdquo; value and put in your &ldquo;username&rdquo; and &ldquo;password&rdquo;.</p> +<p>Userful information for configuring your Element desktop application.</p> +<blockquote> +<p>Homeserver: <a href="https://matrix.domain.com">https://matrix.domain.com</a> where domain.com is your domain name.</p> +</blockquote> +<blockquote> +<p>Username: Your email address for your Federated Core.</p> +</blockquote> +<blockquote> +<p>Password: Your password.</p> +</blockquote> +<p>You will need to verify your access using your security key OR from another device already logged in.</p> + + + + + + Docs: Element + /docs/client_applications/macos/element/ + Tue, 30 May 2023 00:00:00 +0000 + + /docs/client_applications/macos/element/ + + + + + +<div class="pageinfo pageinfo-primary"> +<p>This documentation is for users and administrators, not those wanting to install.</p> + +</div> + +<p>Your Federated Core comes pre-installed with a powerful <a href="https://matrix.org/">Matrix</a> server allowing you to communicate with anyone on your team and anyone in the world using Matrix.</p> +<p>The client for using Matrix is Element. You can use <a href="https://documentation.federated.computer/docs/core_applications/element/">Element in a web broswer</a> with your Federated Core, or you can install and use a desktop application.</p> +<p>Download desktop clients <a href="https://element.io/download">at this link</a>. Note: in our experience, the &ldquo;Debian / Ubuntu x86_64&rdquo; instructions are the best way to get the Element desktop client rather than using your package manager.</p> +<p>When you launch the Element application the first time, you want to click &ldquo;Sign In&rdquo;. You will need to edit your &ldquo;Homeserver&rdquo; value and put in your &ldquo;username&rdquo; and &ldquo;password&rdquo;.</p> +<p>Userful information for configuring your Element desktop application.</p> +<blockquote> +<p>Homeserver: <a href="https://matrix.domain.com">https://matrix.domain.com</a> where domain.com is your domain name.</p> +</blockquote> +<blockquote> +<p>Username: Your email address for your Federated Core.</p> +</blockquote> +<blockquote> +<p>Password: Your password.</p> +</blockquote> +<p>You will need to verify your access using your security key OR from another device already logged in.</p> + + + + + + Docs: Element + /docs/client_applications/windows/element/ + Tue, 30 May 2023 00:00:00 +0000 + + /docs/client_applications/windows/element/ + + + + + +<div class="pageinfo pageinfo-primary"> +<p>This documentation is for users and administrators, not those wanting to install.</p> + +</div> + +<p>Your Federated Core comes pre-installed with a powerful <a href="https://matrix.org/">Matrix</a> server allowing you to communicate with anyone on your team and anyone in the world using Matrix.</p> +<p>The client for using Matrix is Element. You can use <a href="https://documentation.federated.computer/docs/core_applications/element/">Element in a web broswer</a> with your Federated Core, or you can install and use a desktop application.</p> +<p>Download desktop clients <a href="https://element.io/download">at this link</a>. Note: in our experience, the &ldquo;Debian / Ubuntu x86_64&rdquo; instructions are the best way to get the Element desktop client rather than using your package manager.</p> +<p>When you launch the Element application the first time, you want to click &ldquo;Sign In&rdquo;. You will need to edit your &ldquo;Homeserver&rdquo; value and put in your &ldquo;username&rdquo; and &ldquo;password&rdquo;.</p> +<p>Userful information for configuring your Element desktop application.</p> +<blockquote> +<p>Homeserver: <a href="https://matrix.domain.com">https://matrix.domain.com</a> where domain.com is your domain name.</p> +</blockquote> +<blockquote> +<p>Username: Your email address for your Federated Core.</p> +</blockquote> +<blockquote> +<p>Password: Your password.</p> +</blockquote> +<p>You will need to verify your access using your security key OR from another device already logged in.</p> + + + + Docs: Mail for Windows /docs/client_applications/windows/mail/ @@ -45,6 +150,75 @@ Security: SSL/TLS</p> + + Docs: Nextcloud Applications + /docs/client_applications/linux/nextcloud/ + Tue, 30 May 2023 00:00:00 +0000 + + /docs/client_applications/linux/nextcloud/ + + + + + +<div class="pageinfo pageinfo-primary"> +<p>This documentation is for users and administrators, not those wanting to install.</p> + +</div> + +<p>Using <a href="https://nextcloud.com/install/">this link</a> you can find a variety of applications from Nextcloud allowing you to connect your desktop and mobile device to your Federated Core.</p> +<p>There are applications for &ldquo;desktop&rdquo; for MacOS, Windows, Linux. Note, if you&rsquo;ve configure your Ubuntu-based Linux system using the built-in settings, you do not need a desktop client.</p> +<p>There are many applications offering integration with Nextcloud. You can find those listed at <a href="https://apps.nextcloud.com/categories/integration">this link</a>. Not all these applications work with your Federated Core, but many do. If we can be of assistance, please reach out for help.</p> + + + + + + Docs: Nextcloud Applications + /docs/client_applications/macos/nextcloud/ + Tue, 30 May 2023 00:00:00 +0000 + + /docs/client_applications/macos/nextcloud/ + + + + + +<div class="pageinfo pageinfo-primary"> +<p>This documentation is for users and administrators, not those wanting to install.</p> + +</div> + +<p>Using <a href="https://nextcloud.com/install/">this link</a> you can find a variety of applications from Nextcloud allowing you to connect your desktop and mobile device to your Federated Core.</p> +<p>There are applications for &ldquo;desktop&rdquo; for MacOS, Windows, Linux. Note, if you&rsquo;ve configure your Ubuntu-based Linux system using the built-in settings, you do not need a desktop client.</p> +<p>There are many applications offering integration with Nextcloud. You can find those listed at <a href="https://apps.nextcloud.com/categories/integration">this link</a>. Not all these applications work with your Federated Core, but many do. If we can be of assistance, please reach out for help.</p> + + + + + + Docs: Nextcloud Applications + /docs/client_applications/windows/nextcloud/ + Tue, 30 May 2023 00:00:00 +0000 + + /docs/client_applications/windows/nextcloud/ + + + + + +<div class="pageinfo pageinfo-primary"> +<p>This documentation is for users and administrators, not those wanting to install.</p> + +</div> + +<p>Using <a href="https://nextcloud.com/install/">this link</a> you can find a variety of applications from Nextcloud allowing you to connect your desktop and mobile device to your Federated Core.</p> +<p>There are applications for &ldquo;desktop&rdquo; for MacOS, Windows, Linux. Note, if you&rsquo;ve configure your Ubuntu-based Linux system using the built-in settings, you do not need a desktop client.</p> +<p>There are many applications offering integration with Nextcloud. You can find those listed at <a href="https://apps.nextcloud.com/categories/integration">this link</a>. Not all these applications work with your Federated Core, but many do. If we can be of assistance, please reach out for help.</p> + + + + Docs: Outlook for Windows /docs/client_applications/windows/outlook/ @@ -1340,293 +1514,11 @@ bar := &quot;foo&quot;; <div class="pageinfo pageinfo-primary"> -<p>This is a placeholder page. Replace it with your own content.</p> +<p>This documentation is for users and administrators, not those wanting to install.</p> </div> -<p>Text can be <strong>bold</strong>, <em>italic</em>, or <del>strikethrough</del>. <a href="https://gohugo.io">Links</a> should be blue with no underlines (unless hovered over).</p> -<p>There should be whitespace between paragraphs. Vape migas chillwave sriracha poutine try-hard distillery. Tattooed shabby chic small batch, pabst art party heirloom letterpress air plant pop-up. Sustainable chia skateboard art party banjo cardigan normcore affogato vexillologist quinoa meggings man bun master cleanse shoreditch readymade. Yuccie prism four dollar toast tbh cardigan iPhone, tumblr listicle live-edge VHS. Pug lyft normcore hot chicken biodiesel, actually keffiyeh thundercats photo booth pour-over twee fam food truck microdosing banh mi. Vice activated charcoal raclette unicorn live-edge post-ironic. Heirloom vexillologist coloring book, beard deep v letterpress echo park humblebrag tilde.</p> -<p>90&rsquo;s four loko seitan photo booth gochujang freegan tumeric listicle fam ugh humblebrag. Bespoke leggings gastropub, biodiesel brunch pug fashion axe meh swag art party neutra deep v chia. Enamel pin fanny pack knausgaard tofu, artisan cronut hammock meditation occupy master cleanse chartreuse lumbersexual. Kombucha kogi viral truffaut synth distillery single-origin coffee ugh slow-carb marfa selfies. Pitchfork schlitz semiotics fanny pack, ugh artisan vegan vaporware hexagon. Polaroid fixie post-ironic venmo wolf ramps <strong>kale chips</strong>.</p> -<blockquote> -<p>There should be no margin above this first sentence.</p> -<p>Blockquotes should be a lighter gray with a border along the left side in the secondary color.</p> -<p>There should be no margin below this final sentence.</p> -</blockquote> -<h2 id="first-header-2">First Header 2</h2> -<p>This is a normal paragraph following a header. Knausgaard kale chips snackwave microdosing cronut copper mug swag synth bitters letterpress glossier <strong>craft beer</strong>. Mumblecore bushwick authentic gochujang vegan chambray meditation jean shorts irony. Viral farm-to-table kale chips, pork belly palo santo distillery activated charcoal aesthetic jianbing air plant woke lomo VHS organic. Tattooed locavore succulents heirloom, small batch sriracha echo park DIY af. Shaman you probably haven&rsquo;t heard of them copper mug, crucifix green juice vape <em>single-origin coffee</em> brunch actually. Mustache etsy vexillologist raclette authentic fam. Tousled beard humblebrag asymmetrical. I love turkey, I love my job, I love my friends, I love Chardonnay!</p> -<p>Deae legum paulatimque terra, non vos mutata tacet: dic. Vocant docuique me plumas fila quin afuerunt copia haec o neque.</p> -<p>On big screens, paragraphs and headings should not take up the full container width, but we want tables, code blocks and similar to take the full width.</p> -<p>Scenester tumeric pickled, authentic crucifix post-ironic fam freegan VHS pork belly 8-bit yuccie PBR&amp;B. <strong>I love this life we live in</strong>.</p> -<h2 id="second-header-2">Second Header 2</h2> -<blockquote> -<p>This is a blockquote following a header. Bacon ipsum dolor sit amet t-bone doner shank drumstick, pork belly porchetta chuck sausage brisket ham hock rump pig. Chuck kielbasa leberkas, pork bresaola ham hock filet mignon cow shoulder short ribs biltong.</p> -</blockquote> -<h3 id="header-3">Header 3</h3> -<pre tabindex="0"><code>This is a code block following a header. -</code></pre><p>Next level leggings before they sold out, PBR&amp;B church-key shaman echo park. Kale chips occupy godard whatever pop-up freegan pork belly selfies. Gastropub Belinda subway tile woke post-ironic seitan. Shabby chic man bun semiotics vape, chia messenger bag plaid cardigan.</p> -<h4 id="header-4">Header 4</h4> -<ul> -<li>This is an unordered list following a header.</li> -<li>This is an unordered list following a header.</li> -<li>This is an unordered list following a header.</li> -</ul> -<h5 id="header-5">Header 5</h5> -<ol> -<li>This is an ordered list following a header.</li> -<li>This is an ordered list following a header.</li> -<li>This is an ordered list following a header.</li> -</ol> -<h6 id="header-6">Header 6</h6> -<table> -<thead> -<tr> -<th>What</th> -<th>Follows</th> -</tr> -</thead> -<tbody> -<tr> -<td>A table</td> -<td>A header</td> -</tr> -<tr> -<td>A table</td> -<td>A header</td> -</tr> -<tr> -<td>A table</td> -<td>A header</td> -</tr> -</tbody> -</table> -<hr> -<p>There&rsquo;s a horizontal rule above and below this.</p> -<hr> -<p>Here is an unordered list:</p> -<ul> -<li>Liverpool F.C.</li> -<li>Chelsea F.C.</li> -<li>Manchester United F.C.</li> -</ul> -<p>And an ordered list:</p> -<ol> -<li>Michael Brecker</li> -<li>Seamus Blake</li> -<li>Branford Marsalis</li> -</ol> -<p>And an unordered task list:</p> -<ul> -<li><input checked="" disabled="" type="checkbox"> Create a Hugo theme</li> -<li><input checked="" disabled="" type="checkbox"> Add task lists to it</li> -<li><input disabled="" type="checkbox"> Take a vacation</li> -</ul> -<p>And a &ldquo;mixed&rdquo; task list:</p> -<ul> -<li><input disabled="" type="checkbox"> Pack bags</li> -<li>?</li> -<li><input disabled="" type="checkbox"> Travel!</li> -</ul> -<p>And a nested list:</p> -<ul> -<li>Jackson 5 -<ul> -<li>Michael</li> -<li>Tito</li> -<li>Jackie</li> -<li>Marlon</li> -<li>Jermaine</li> -</ul> -</li> -<li>TMNT -<ul> -<li>Leonardo</li> -<li>Michelangelo</li> -<li>Donatello</li> -<li>Raphael</li> -</ul> -</li> -</ul> -<p>Definition lists can be used with Markdown syntax. Definition headers are bold.</p> -<dl> -<dt>Name</dt> -<dd>Godzilla</dd> -<dt>Born</dt> -<dd>1952</dd> -<dt>Birthplace</dt> -<dd>Japan</dd> -<dt>Color</dt> -<dd>Green</dd> -</dl> -<hr> -<p>Tables should have bold headings and alternating shaded rows.</p> -<table> -<thead> -<tr> -<th>Artist</th> -<th>Album</th> -<th>Year</th> -</tr> -</thead> -<tbody> -<tr> -<td>Michael Jackson</td> -<td>Thriller</td> -<td>1982</td> -</tr> -<tr> -<td>Prince</td> -<td>Purple Rain</td> -<td>1984</td> -</tr> -<tr> -<td>Beastie Boys</td> -<td>License to Ill</td> -<td>1986</td> -</tr> -</tbody> -</table> -<p>If a table is too wide, it should scroll horizontally.</p> -<table> -<thead> -<tr> -<th>Artist</th> -<th>Album</th> -<th>Year</th> -<th>Label</th> -<th>Awards</th> -<th>Songs</th> -</tr> -</thead> -<tbody> -<tr> -<td>Michael Jackson</td> -<td>Thriller</td> -<td>1982</td> -<td>Epic Records</td> -<td>Grammy Award for Album of the Year, American Music Award for Favorite Pop/Rock Album, American Music Award for Favorite Soul/R&amp;B Album, Brit Award for Best Selling Album, Grammy Award for Best Engineered Album, Non-Classical</td> -<td>Wanna Be Startin' Somethin', Baby Be Mine, The Girl Is Mine, Thriller, Beat It, Billie Jean, Human Nature, P.Y.T. (Pretty Young Thing), The Lady in My Life</td> -</tr> -<tr> -<td>Prince</td> -<td>Purple Rain</td> -<td>1984</td> -<td>Warner Brothers Records</td> -<td>Grammy Award for Best Score Soundtrack for Visual Media, American Music Award for Favorite Pop/Rock Album, American Music Award for Favorite Soul/R&amp;B Album, Brit Award for Best Soundtrack/Cast Recording, Grammy Award for Best Rock Performance by a Duo or Group with Vocal</td> -<td>Let&rsquo;s Go Crazy, Take Me With U, The Beautiful Ones, Computer Blue, Darling Nikki, When Doves Cry, I Would Die 4 U, Baby I&rsquo;m a Star, Purple Rain</td> -</tr> -<tr> -<td>Beastie Boys</td> -<td>License to Ill</td> -<td>1986</td> -<td>Mercury Records</td> -<td>noawardsbutthistablecelliswide</td> -<td>Rhymin &amp; Stealin, The New Style, She&rsquo;s Crafty, Posse in Effect, Slow Ride, Girls, (You Gotta) Fight for Your Right, No Sleep Till Brooklyn, Paul Revere, Hold It Now, Hit It, Brass Monkey, Slow and Low, Time to Get Ill</td> -</tr> -</tbody> -</table> -<hr> -<p>Code snippets like <code>var foo = &quot;bar&quot;;</code> can be shown inline.</p> -<p>Also, <code>this should vertically align</code> <del><code>with this</code></del> <del>and this</del>.</p> -<p>Code can also be shown in a block element.</p> -<pre tabindex="0"><code>foo := &quot;bar&quot;; -bar := &quot;foo&quot;; -</code></pre><p>Code can also use syntax highlighting.</p> -<div class="highlight"><pre tabindex="0" style="background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4"><code class="language-go" data-lang="go"><span style="color:#204a87;font-weight:bold">func</span> <span style="color:#000">main</span><span style="color:#000;font-weight:bold">()</span> <span style="color:#000;font-weight:bold">{</span> - <span style="color:#000">input</span> <span style="color:#ce5c00;font-weight:bold">:=</span> <span style="color:#4e9a06">`var foo = &#34;bar&#34;;`</span> - - <span style="color:#000">lexer</span> <span style="color:#ce5c00;font-weight:bold">:=</span> <span style="color:#000">lexers</span><span style="color:#000;font-weight:bold">.</span><span style="color:#000">Get</span><span style="color:#000;font-weight:bold">(</span><span style="color:#4e9a06">&#34;javascript&#34;</span><span style="color:#000;font-weight:bold">)</span> - <span style="color:#000">iterator</span><span style="color:#000;font-weight:bold">,</span> <span style="color:#000">_</span> <span style="color:#ce5c00;font-weight:bold">:=</span> <span style="color:#000">lexer</span><span style="color:#000;font-weight:bold">.</span><span style="color:#000">Tokenise</span><span style="color:#000;font-weight:bold">(</span><span style="color:#204a87;font-weight:bold">nil</span><span style="color:#000;font-weight:bold">,</span> <span style="color:#000">input</span><span style="color:#000;font-weight:bold">)</span> - <span style="color:#000">style</span> <span style="color:#ce5c00;font-weight:bold">:=</span> <span style="color:#000">styles</span><span style="color:#000;font-weight:bold">.</span><span style="color:#000">Get</span><span style="color:#000;font-weight:bold">(</span><span style="color:#4e9a06">&#34;github&#34;</span><span style="color:#000;font-weight:bold">)</span> - <span style="color:#000">formatter</span> <span style="color:#ce5c00;font-weight:bold">:=</span> <span style="color:#000">html</span><span style="color:#000;font-weight:bold">.</span><span style="color:#000">New</span><span style="color:#000;font-weight:bold">(</span><span style="color:#000">html</span><span style="color:#000;font-weight:bold">.</span><span style="color:#000">WithLineNumbers</span><span style="color:#000;font-weight:bold">())</span> - - <span style="color:#204a87;font-weight:bold">var</span> <span style="color:#000">buff</span> <span style="color:#000">bytes</span><span style="color:#000;font-weight:bold">.</span><span style="color:#000">Buffer</span> - <span style="color:#000">formatter</span><span style="color:#000;font-weight:bold">.</span><span style="color:#000">Format</span><span style="color:#000;font-weight:bold">(</span><span style="color:#ce5c00;font-weight:bold">&amp;</span><span style="color:#000">buff</span><span style="color:#000;font-weight:bold">,</span> <span style="color:#000">style</span><span style="color:#000;font-weight:bold">,</span> <span style="color:#000">iterator</span><span style="color:#000;font-weight:bold">)</span> - - <span style="color:#000">fmt</span><span style="color:#000;font-weight:bold">.</span><span style="color:#000">Println</span><span style="color:#000;font-weight:bold">(</span><span style="color:#000">buff</span><span style="color:#000;font-weight:bold">.</span><span style="color:#000">String</span><span style="color:#000;font-weight:bold">())</span> -<span style="color:#000;font-weight:bold">}</span> -</code></pre></div><pre tabindex="0"><code>Long, single-line code blocks should not wrap. They should horizontally scroll if they are too long. This line should be long enough to demonstrate this. -</code></pre><p>Inline code inside table cells should still be distinguishable.</p> -<table> -<thead> -<tr> -<th>Language</th> -<th>Code</th> -</tr> -</thead> -<tbody> -<tr> -<td>Javascript</td> -<td><code>var foo = &quot;bar&quot;;</code></td> -</tr> -<tr> -<td>Ruby</td> -<td><code>foo = &quot;bar&quot;{</code></td> -</tr> -</tbody> -</table> -<hr> -<p>Small images should be shown at their actual size.</p> -<p><img src="https://upload.wikimedia.org/wikipedia/commons/thumb/9/9e/Picea_abies_shoot_with_buds%2C_Sogndal%2C_Norway.jpg/240px-Picea_abies_shoot_with_buds%2C_Sogndal%2C_Norway.jpg" alt=""></p> -<p>Large images should always scale down and fit in the content container.</p> -<p><img src="https://upload.wikimedia.org/wikipedia/commons/thumb/9/9e/Picea_abies_shoot_with_buds%2C_Sogndal%2C_Norway.jpg/1024px-Picea_abies_shoot_with_buds%2C_Sogndal%2C_Norway.jpg" alt=""></p> -<p><em>The photo above of the Spruce Picea abies shoot with foliage buds: Bjørn Erik Pedersen, CC-BY-SA.</em></p> -<h2 id="components">Components</h2> -<h3 id="alerts">Alerts</h3> -<p> - -<div class="alert alert-primary" role="alert"> - - - This is an alert. - -</div> - - - -<div class="alert alert-primary" role="alert"> -<h4 class="alert-heading">Note</h4> - - This is an alert with a title. - -</div> - - - -<div class="alert alert-primary" role="alert"> -<h4 class="alert-heading">Note</h4> - - This is an alert with a title and <strong>Markdown</strong>. - -</div> - - - -<div class="alert alert-success" role="alert"> - - - This is a successful alert. - -</div> - - - -<div class="alert alert-warning" role="alert"> - - - This is a warning. - -</div> - - - -<div class="alert alert-warning" role="alert"> -<h4 class="alert-heading">Warning</h4> - - This is a warning with a title. - -</div> -</p> -<h2 id="another-heading">Another Heading</h2> +<p>Work in progress.</p> diff --git a/public/docs/other_topics/index.html b/public/docs/other_topics/index.html index 16d7132..b1d37b7 100644 --- a/public/docs/other_topics/index.html +++ b/public/docs/other_topics/index.html @@ -20,19 +20,19 @@ Other Topics | Federated Docs - - - - @@ -126,12 +126,18 @@
  • Windows
  • @@ -158,19 +164,31 @@
  • Linux
  • MacOS
  • @@ -281,7 +299,7 @@

    Other Topics

    -
    Low level reference docs for your project.
    +
    Other topics for using Federated Core.
    @@ -302,12 +320,11 @@
    -

    This is a placeholder page that shows you how to use this template site.

    +

    This documentation is for users and administrators, not those wanting to install.

    -

    If your project has an API, configuration, or other reference - anything that users need to look up that’s at an even lower level than a single task - put (or link to it) here. You can serve and link to generated reference docs created using Doxygen, -Javadoc, or other doc generation tools by putting them in your static/ directory. Find out more in Adding static content. For OpenAPI reference, Docsy also provides a Swagger UI layout and shortcode that renders Swagger UI using any OpenAPI YAML or JSON file as source.

    +

    We will have other issues covered here, in time.

    @@ -325,7 +342,7 @@ Javadoc, or other doc generation tools by putting them in your static/ Migration to Federated Core -

    A short lead description about this content page. It can be bold or italic and can be split over multiple paragraphs.

    +

    How to migrate your data from your old provider to your next Federated Core.

    diff --git a/public/docs/other_topics/index.xml b/public/docs/other_topics/index.xml index f2b4bd6..efb5ce0 100644 --- a/public/docs/other_topics/index.xml +++ b/public/docs/other_topics/index.xml @@ -26,293 +26,11 @@ <div class="pageinfo pageinfo-primary"> -<p>This is a placeholder page. Replace it with your own content.</p> +<p>This documentation is for users and administrators, not those wanting to install.</p> </div> -<p>Text can be <strong>bold</strong>, <em>italic</em>, or <del>strikethrough</del>. <a href="https://gohugo.io">Links</a> should be blue with no underlines (unless hovered over).</p> -<p>There should be whitespace between paragraphs. Vape migas chillwave sriracha poutine try-hard distillery. Tattooed shabby chic small batch, pabst art party heirloom letterpress air plant pop-up. Sustainable chia skateboard art party banjo cardigan normcore affogato vexillologist quinoa meggings man bun master cleanse shoreditch readymade. Yuccie prism four dollar toast tbh cardigan iPhone, tumblr listicle live-edge VHS. Pug lyft normcore hot chicken biodiesel, actually keffiyeh thundercats photo booth pour-over twee fam food truck microdosing banh mi. Vice activated charcoal raclette unicorn live-edge post-ironic. Heirloom vexillologist coloring book, beard deep v letterpress echo park humblebrag tilde.</p> -<p>90&rsquo;s four loko seitan photo booth gochujang freegan tumeric listicle fam ugh humblebrag. Bespoke leggings gastropub, biodiesel brunch pug fashion axe meh swag art party neutra deep v chia. Enamel pin fanny pack knausgaard tofu, artisan cronut hammock meditation occupy master cleanse chartreuse lumbersexual. Kombucha kogi viral truffaut synth distillery single-origin coffee ugh slow-carb marfa selfies. Pitchfork schlitz semiotics fanny pack, ugh artisan vegan vaporware hexagon. Polaroid fixie post-ironic venmo wolf ramps <strong>kale chips</strong>.</p> -<blockquote> -<p>There should be no margin above this first sentence.</p> -<p>Blockquotes should be a lighter gray with a border along the left side in the secondary color.</p> -<p>There should be no margin below this final sentence.</p> -</blockquote> -<h2 id="first-header-2">First Header 2</h2> -<p>This is a normal paragraph following a header. Knausgaard kale chips snackwave microdosing cronut copper mug swag synth bitters letterpress glossier <strong>craft beer</strong>. Mumblecore bushwick authentic gochujang vegan chambray meditation jean shorts irony. Viral farm-to-table kale chips, pork belly palo santo distillery activated charcoal aesthetic jianbing air plant woke lomo VHS organic. Tattooed locavore succulents heirloom, small batch sriracha echo park DIY af. Shaman you probably haven&rsquo;t heard of them copper mug, crucifix green juice vape <em>single-origin coffee</em> brunch actually. Mustache etsy vexillologist raclette authentic fam. Tousled beard humblebrag asymmetrical. I love turkey, I love my job, I love my friends, I love Chardonnay!</p> -<p>Deae legum paulatimque terra, non vos mutata tacet: dic. Vocant docuique me plumas fila quin afuerunt copia haec o neque.</p> -<p>On big screens, paragraphs and headings should not take up the full container width, but we want tables, code blocks and similar to take the full width.</p> -<p>Scenester tumeric pickled, authentic crucifix post-ironic fam freegan VHS pork belly 8-bit yuccie PBR&amp;B. <strong>I love this life we live in</strong>.</p> -<h2 id="second-header-2">Second Header 2</h2> -<blockquote> -<p>This is a blockquote following a header. Bacon ipsum dolor sit amet t-bone doner shank drumstick, pork belly porchetta chuck sausage brisket ham hock rump pig. Chuck kielbasa leberkas, pork bresaola ham hock filet mignon cow shoulder short ribs biltong.</p> -</blockquote> -<h3 id="header-3">Header 3</h3> -<pre tabindex="0"><code>This is a code block following a header. -</code></pre><p>Next level leggings before they sold out, PBR&amp;B church-key shaman echo park. Kale chips occupy godard whatever pop-up freegan pork belly selfies. Gastropub Belinda subway tile woke post-ironic seitan. Shabby chic man bun semiotics vape, chia messenger bag plaid cardigan.</p> -<h4 id="header-4">Header 4</h4> -<ul> -<li>This is an unordered list following a header.</li> -<li>This is an unordered list following a header.</li> -<li>This is an unordered list following a header.</li> -</ul> -<h5 id="header-5">Header 5</h5> -<ol> -<li>This is an ordered list following a header.</li> -<li>This is an ordered list following a header.</li> -<li>This is an ordered list following a header.</li> -</ol> -<h6 id="header-6">Header 6</h6> -<table> -<thead> -<tr> -<th>What</th> -<th>Follows</th> -</tr> -</thead> -<tbody> -<tr> -<td>A table</td> -<td>A header</td> -</tr> -<tr> -<td>A table</td> -<td>A header</td> -</tr> -<tr> -<td>A table</td> -<td>A header</td> -</tr> -</tbody> -</table> -<hr> -<p>There&rsquo;s a horizontal rule above and below this.</p> -<hr> -<p>Here is an unordered list:</p> -<ul> -<li>Liverpool F.C.</li> -<li>Chelsea F.C.</li> -<li>Manchester United F.C.</li> -</ul> -<p>And an ordered list:</p> -<ol> -<li>Michael Brecker</li> -<li>Seamus Blake</li> -<li>Branford Marsalis</li> -</ol> -<p>And an unordered task list:</p> -<ul> -<li><input checked="" disabled="" type="checkbox"> Create a Hugo theme</li> -<li><input checked="" disabled="" type="checkbox"> Add task lists to it</li> -<li><input disabled="" type="checkbox"> Take a vacation</li> -</ul> -<p>And a &ldquo;mixed&rdquo; task list:</p> -<ul> -<li><input disabled="" type="checkbox"> Pack bags</li> -<li>?</li> -<li><input disabled="" type="checkbox"> Travel!</li> -</ul> -<p>And a nested list:</p> -<ul> -<li>Jackson 5 -<ul> -<li>Michael</li> -<li>Tito</li> -<li>Jackie</li> -<li>Marlon</li> -<li>Jermaine</li> -</ul> -</li> -<li>TMNT -<ul> -<li>Leonardo</li> -<li>Michelangelo</li> -<li>Donatello</li> -<li>Raphael</li> -</ul> -</li> -</ul> -<p>Definition lists can be used with Markdown syntax. Definition headers are bold.</p> -<dl> -<dt>Name</dt> -<dd>Godzilla</dd> -<dt>Born</dt> -<dd>1952</dd> -<dt>Birthplace</dt> -<dd>Japan</dd> -<dt>Color</dt> -<dd>Green</dd> -</dl> -<hr> -<p>Tables should have bold headings and alternating shaded rows.</p> -<table> -<thead> -<tr> -<th>Artist</th> -<th>Album</th> -<th>Year</th> -</tr> -</thead> -<tbody> -<tr> -<td>Michael Jackson</td> -<td>Thriller</td> -<td>1982</td> -</tr> -<tr> -<td>Prince</td> -<td>Purple Rain</td> -<td>1984</td> -</tr> -<tr> -<td>Beastie Boys</td> -<td>License to Ill</td> -<td>1986</td> -</tr> -</tbody> -</table> -<p>If a table is too wide, it should scroll horizontally.</p> -<table> -<thead> -<tr> -<th>Artist</th> -<th>Album</th> -<th>Year</th> -<th>Label</th> -<th>Awards</th> -<th>Songs</th> -</tr> -</thead> -<tbody> -<tr> -<td>Michael Jackson</td> -<td>Thriller</td> -<td>1982</td> -<td>Epic Records</td> -<td>Grammy Award for Album of the Year, American Music Award for Favorite Pop/Rock Album, American Music Award for Favorite Soul/R&amp;B Album, Brit Award for Best Selling Album, Grammy Award for Best Engineered Album, Non-Classical</td> -<td>Wanna Be Startin' Somethin', Baby Be Mine, The Girl Is Mine, Thriller, Beat It, Billie Jean, Human Nature, P.Y.T. (Pretty Young Thing), The Lady in My Life</td> -</tr> -<tr> -<td>Prince</td> -<td>Purple Rain</td> -<td>1984</td> -<td>Warner Brothers Records</td> -<td>Grammy Award for Best Score Soundtrack for Visual Media, American Music Award for Favorite Pop/Rock Album, American Music Award for Favorite Soul/R&amp;B Album, Brit Award for Best Soundtrack/Cast Recording, Grammy Award for Best Rock Performance by a Duo or Group with Vocal</td> -<td>Let&rsquo;s Go Crazy, Take Me With U, The Beautiful Ones, Computer Blue, Darling Nikki, When Doves Cry, I Would Die 4 U, Baby I&rsquo;m a Star, Purple Rain</td> -</tr> -<tr> -<td>Beastie Boys</td> -<td>License to Ill</td> -<td>1986</td> -<td>Mercury Records</td> -<td>noawardsbutthistablecelliswide</td> -<td>Rhymin &amp; Stealin, The New Style, She&rsquo;s Crafty, Posse in Effect, Slow Ride, Girls, (You Gotta) Fight for Your Right, No Sleep Till Brooklyn, Paul Revere, Hold It Now, Hit It, Brass Monkey, Slow and Low, Time to Get Ill</td> -</tr> -</tbody> -</table> -<hr> -<p>Code snippets like <code>var foo = &quot;bar&quot;;</code> can be shown inline.</p> -<p>Also, <code>this should vertically align</code> <del><code>with this</code></del> <del>and this</del>.</p> -<p>Code can also be shown in a block element.</p> -<pre tabindex="0"><code>foo := &quot;bar&quot;; -bar := &quot;foo&quot;; -</code></pre><p>Code can also use syntax highlighting.</p> -<div class="highlight"><pre tabindex="0" style="background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4"><code class="language-go" data-lang="go"><span style="color:#204a87;font-weight:bold">func</span> <span style="color:#000">main</span><span style="color:#000;font-weight:bold">()</span> <span style="color:#000;font-weight:bold">{</span> - <span style="color:#000">input</span> <span style="color:#ce5c00;font-weight:bold">:=</span> <span style="color:#4e9a06">`var foo = &#34;bar&#34;;`</span> - - <span style="color:#000">lexer</span> <span style="color:#ce5c00;font-weight:bold">:=</span> <span style="color:#000">lexers</span><span style="color:#000;font-weight:bold">.</span><span style="color:#000">Get</span><span style="color:#000;font-weight:bold">(</span><span style="color:#4e9a06">&#34;javascript&#34;</span><span style="color:#000;font-weight:bold">)</span> - <span style="color:#000">iterator</span><span style="color:#000;font-weight:bold">,</span> <span style="color:#000">_</span> <span style="color:#ce5c00;font-weight:bold">:=</span> <span style="color:#000">lexer</span><span style="color:#000;font-weight:bold">.</span><span style="color:#000">Tokenise</span><span style="color:#000;font-weight:bold">(</span><span style="color:#204a87;font-weight:bold">nil</span><span style="color:#000;font-weight:bold">,</span> <span style="color:#000">input</span><span style="color:#000;font-weight:bold">)</span> - <span style="color:#000">style</span> <span style="color:#ce5c00;font-weight:bold">:=</span> <span style="color:#000">styles</span><span style="color:#000;font-weight:bold">.</span><span style="color:#000">Get</span><span style="color:#000;font-weight:bold">(</span><span style="color:#4e9a06">&#34;github&#34;</span><span style="color:#000;font-weight:bold">)</span> - <span style="color:#000">formatter</span> <span style="color:#ce5c00;font-weight:bold">:=</span> <span style="color:#000">html</span><span style="color:#000;font-weight:bold">.</span><span style="color:#000">New</span><span style="color:#000;font-weight:bold">(</span><span style="color:#000">html</span><span style="color:#000;font-weight:bold">.</span><span style="color:#000">WithLineNumbers</span><span style="color:#000;font-weight:bold">())</span> - - <span style="color:#204a87;font-weight:bold">var</span> <span style="color:#000">buff</span> <span style="color:#000">bytes</span><span style="color:#000;font-weight:bold">.</span><span style="color:#000">Buffer</span> - <span style="color:#000">formatter</span><span style="color:#000;font-weight:bold">.</span><span style="color:#000">Format</span><span style="color:#000;font-weight:bold">(</span><span style="color:#ce5c00;font-weight:bold">&amp;</span><span style="color:#000">buff</span><span style="color:#000;font-weight:bold">,</span> <span style="color:#000">style</span><span style="color:#000;font-weight:bold">,</span> <span style="color:#000">iterator</span><span style="color:#000;font-weight:bold">)</span> - - <span style="color:#000">fmt</span><span style="color:#000;font-weight:bold">.</span><span style="color:#000">Println</span><span style="color:#000;font-weight:bold">(</span><span style="color:#000">buff</span><span style="color:#000;font-weight:bold">.</span><span style="color:#000">String</span><span style="color:#000;font-weight:bold">())</span> -<span style="color:#000;font-weight:bold">}</span> -</code></pre></div><pre tabindex="0"><code>Long, single-line code blocks should not wrap. They should horizontally scroll if they are too long. This line should be long enough to demonstrate this. -</code></pre><p>Inline code inside table cells should still be distinguishable.</p> -<table> -<thead> -<tr> -<th>Language</th> -<th>Code</th> -</tr> -</thead> -<tbody> -<tr> -<td>Javascript</td> -<td><code>var foo = &quot;bar&quot;;</code></td> -</tr> -<tr> -<td>Ruby</td> -<td><code>foo = &quot;bar&quot;{</code></td> -</tr> -</tbody> -</table> -<hr> -<p>Small images should be shown at their actual size.</p> -<p><img src="https://upload.wikimedia.org/wikipedia/commons/thumb/9/9e/Picea_abies_shoot_with_buds%2C_Sogndal%2C_Norway.jpg/240px-Picea_abies_shoot_with_buds%2C_Sogndal%2C_Norway.jpg" alt=""></p> -<p>Large images should always scale down and fit in the content container.</p> -<p><img src="https://upload.wikimedia.org/wikipedia/commons/thumb/9/9e/Picea_abies_shoot_with_buds%2C_Sogndal%2C_Norway.jpg/1024px-Picea_abies_shoot_with_buds%2C_Sogndal%2C_Norway.jpg" alt=""></p> -<p><em>The photo above of the Spruce Picea abies shoot with foliage buds: Bjørn Erik Pedersen, CC-BY-SA.</em></p> -<h2 id="components">Components</h2> -<h3 id="alerts">Alerts</h3> -<p> - -<div class="alert alert-primary" role="alert"> - - - This is an alert. - -</div> - - - -<div class="alert alert-primary" role="alert"> -<h4 class="alert-heading">Note</h4> - - This is an alert with a title. - -</div> - - - -<div class="alert alert-primary" role="alert"> -<h4 class="alert-heading">Note</h4> - - This is an alert with a title and <strong>Markdown</strong>. - -</div> - - - -<div class="alert alert-success" role="alert"> - - - This is a successful alert. - -</div> - - - -<div class="alert alert-warning" role="alert"> - - - This is a warning. - -</div> - - - -<div class="alert alert-warning" role="alert"> -<h4 class="alert-heading">Warning</h4> - - This is a warning with a title. - -</div> -</p> -<h2 id="another-heading">Another Heading</h2> +<p>Work in progress.</p> diff --git a/public/docs/other_topics/migration/index.html b/public/docs/other_topics/migration/index.html index 25aa2f7..8503dc0 100644 --- a/public/docs/other_topics/migration/index.html +++ b/public/docs/other_topics/migration/index.html @@ -19,10 +19,10 @@ Migration to Federated Core | Federated Docs - - @@ -30,13 +30,13 @@ - - + - @@ -130,12 +130,18 @@
  • Windows
  • @@ -162,19 +168,31 @@
  • Linux
  • MacOS
  • @@ -206,25 +224,7 @@
    -
    - -
    - + @@ -306,7 +306,7 @@

    Migration to Federated Core

    -
    A short lead description about this content page. It can be bold or italic and can be split over multiple paragraphs.
    +
    How to migrate your data from your old provider to your next Federated Core.