You've already forked focalboard
							
							
				mirror of
				https://github.com/mattermost/focalboard.git
				synced 2025-10-31 00:17:42 +02:00 
			
		
		
		
	Website: update name
This commit is contained in:
		| @@ -81,7 +81,7 @@ class Sidebar extends React.Component<Props, State> { | ||||
|         return ( | ||||
|             <div className='Sidebar octo-sidebar'> | ||||
|                 <div className='octo-sidebar-header'> | ||||
|                     {'Mattergoals'} | ||||
|                     {'Matternote'} | ||||
|                     <div className='octo-spacer'/> | ||||
|                     <IconButton | ||||
|                         onClick={this.hideClicked} | ||||
|   | ||||
| @@ -1,5 +1,5 @@ | ||||
|  | ||||
| BASE_URL?=http://www.mattergoals.com | ||||
| BASE_URL?=http://www.matternote.com | ||||
|  | ||||
| .PHONY: dist | ||||
| dist: | ||||
|   | ||||
| @@ -1,6 +1,6 @@ | ||||
| # Mattergoals website | ||||
| # Matternote website | ||||
|  | ||||
| Website for Mattergoals, built using [Hugo](https://gohugo.io/). | ||||
| Website for Matternote, built using [Hugo](https://gohugo.io/). | ||||
|  | ||||
| ## How to build | ||||
|  | ||||
|   | ||||
| @@ -3,7 +3,7 @@ baseURL = "https://tasks.octo.mattermost.com/" | ||||
| canonifyURLs = true | ||||
| #relativeURLs = true | ||||
|  | ||||
| title = "Mattergoals" | ||||
| title = "Matternote" | ||||
| languageCode = "en-us" | ||||
| publishDir = "../docs" | ||||
| pygmentsCodeFences = true | ||||
| @@ -48,7 +48,7 @@ pygmentsStyle = "manni" | ||||
|  | ||||
|   # Navigation | ||||
|   [params.navigation] | ||||
|     brand = "Mattergoals" | ||||
|     brand = "Matternote" | ||||
|     home = "Home" | ||||
|  | ||||
|     # You can add custom links before or after the default links | ||||
| @@ -92,7 +92,7 @@ pygmentsStyle = "manni" | ||||
|  | ||||
|   # Hero section | ||||
|   [params.hero] | ||||
|     title = "Get Mattergoals" | ||||
|     title = "Get Matternote" | ||||
|     subtitle = '' | ||||
|  | ||||
|   # Intro section | ||||
| @@ -100,7 +100,7 @@ pygmentsStyle = "manni" | ||||
|   [params.intro] | ||||
|   [[params.intro.item]] | ||||
|     title = "Download" | ||||
|     description = "Download Mattergoals here." | ||||
|     description = "Download Matternote here." | ||||
|     url = "download/personal-edition" | ||||
|     button = "Download Now" | ||||
|     icon = "/img/download-icon.svg" | ||||
| @@ -108,7 +108,7 @@ pygmentsStyle = "manni" | ||||
|  | ||||
|   [[params.intro.item]] | ||||
|     title = "Read Guide" | ||||
|     description = "Read the User's Guide to ge the most out of Mattergoals." | ||||
|     description = "Read the User's Guide to ge the most out of Matternote." | ||||
|     url = "guide/user" | ||||
|     button = "User's Guide" | ||||
|     icon = "/img/use-icon.svg" | ||||
| @@ -116,7 +116,7 @@ pygmentsStyle = "manni" | ||||
|  | ||||
|   [[params.intro.item]] | ||||
|     title = "Contribute" | ||||
|     description = "Help build the future of productivity and submit code directly to the Mattergoals open-source project." | ||||
|     description = "Help build the future of productivity and submit code directly to the Matternote open-source project." | ||||
|     url = "contribute/getting-started" | ||||
|     button = "Start Contributing" | ||||
|     icon = "/img/contribute-icon.svg" | ||||
|   | ||||
| @@ -1,30 +0,0 @@ | ||||
| --- | ||||
| title: "About Mattergoals" | ||||
| date: "2020-12-15T12:08:23-04:00" | ||||
| section: "about" | ||||
| weight: 1 | ||||
| --- | ||||
|  | ||||
|  | ||||
|  | ||||
| Mattergoals is a project management board. It shows all your tasks at a glance, their status, who is working on them, and what is coming up next. | ||||
|  | ||||
| Two editions are currently available, both as free / open source projects: | ||||
| * **Personal Desktop**: a standalone desktop app for managing your personal tasks | ||||
| * **Personal Server**: a self-hosted server for your team to use together | ||||
|  | ||||
| ### Why we built it | ||||
|  | ||||
| We believe the space for collaboration apps is ripe for innovation. While there are many public SaaS options for project management, there's a conspicuous lack of competitive self-hosted alternatives, and open source alternatives in particular. | ||||
|  | ||||
| We think Mattergoals can offer a viable alternative with an **open core** model: the free / open source editions are built for **individuals and developers**, and (future) paid editions will be built for **team managers** and **IT professionals** who need additional enterprise features. | ||||
|  | ||||
| We have made early releases of the personal editions available as open source because we want to **hear from you**. Is this something you or your team would use? What would make it more useful for you? And, would you like to contribute code or ideas to help us advance the project? | ||||
|  | ||||
| ### How to get involved | ||||
|  | ||||
| [Download the personal editions here](/download), and let us know what you think in the community forum. | ||||
|  | ||||
| If you are a developer, get the source code on GitHub. We welcome pull requests following the steps here. Check out the list of open tickets for the most high-impact ways to contribute. | ||||
|  | ||||
| We are also hiring! Contributing a PR is also a great way to see what working at Mattermost is like. | ||||
										
											Binary file not shown.
										
									
								
							| Before Width: | Height: | Size: 48 KiB | 
| @@ -5,7 +5,7 @@ section: "contribute" | ||||
| weight: 1 | ||||
| --- | ||||
|  | ||||
| Welcome to the Mattergoals project! | ||||
| Welcome to the Matternote project! | ||||
|  | ||||
| We're very glad you want to check it out and perhaps contribute code our repository in GitHub. | ||||
|  | ||||
|   | ||||
| @@ -7,7 +7,7 @@ subsection: Getting Started | ||||
|  | ||||
| Thanks for your interest in contributing code! | ||||
|  | ||||
| <!-- Come join our [Contributors community channel](https://community.mattermost.com/core/channels/tickets) on the community server, where you can discuss questions with community members and the Mattergoals core team. --> | ||||
| <!-- Come join our [Contributors community channel](https://community.mattermost.com/core/channels/tickets) on the community server, where you can discuss questions with community members and the Matternote core team. --> | ||||
|  | ||||
| <!-- To help with translations, [see the localization process](https://docs.mattermost.com/developer/localization.html). --> | ||||
|  | ||||
|   | ||||
| @@ -5,12 +5,12 @@ weight: 4 | ||||
| subsection: Getting Started | ||||
| --- | ||||
|  | ||||
| A core committer is a maintainer on the Mattergoals project who has merge access to the repositories. They are responsible for reviewing pull requests, cultivating the developer community, and guiding the technical vision of Mattergoals. If you have a question or need some help, these are the people to ask. | ||||
| A core committer is a maintainer on the Matternote project who has merge access to the repositories. They are responsible for reviewing pull requests, cultivating the developer community, and guiding the technical vision of Matternote. If you have a question or need some help, these are the people to ask. | ||||
|  | ||||
| Core Committers | ||||
| --------------- | ||||
|  | ||||
| Below is the list of core committers working on Mattergoals: | ||||
| Below is the list of core committers working on Matternote: | ||||
|  | ||||
| - **<a name="chen.lim">Chen Lim</a>** | ||||
|     - @chen-i.lim on [community.mattermost.com](https://community.mattermost.com/core/messages/@chen-i.lim) and [@chenilim](https://github.com/chenilim) on GitHub | ||||
|   | ||||
| @@ -5,6 +5,6 @@ section: "download" | ||||
| weight: 1 | ||||
| --- | ||||
|  | ||||
| If you are new to Mattergoals, [Personal Desktop](desktop) is the fastest way to try it out. | ||||
| If you are new to Matternote, [Personal Desktop](desktop) is the fastest way to try it out. | ||||
|  | ||||
| You can also set up [Personal Server](ubuntu) on Ubuntu to use it with your team, and import boards from Personal Desktop. | ||||
|   | ||||
| @@ -5,7 +5,9 @@ subsection: Personal Edition | ||||
| weight: 2 | ||||
| --- | ||||
|  | ||||
| Follow these steps to set up Personal Server on an Ubuntu server. | ||||
| Matternote Personal Server allows your team to work together on shared project boards. | ||||
|  | ||||
| Follow these steps it up on an Ubuntu server. | ||||
|  | ||||
| ## Set up Ubuntu Server 18.04 | ||||
|  | ||||
| @@ -13,7 +15,7 @@ Popular hosted options include: | ||||
| * [Digital Ocean](https://www.digitalocean.com/community/tutorials/initial-server-setup-with-ubuntu-18-04) | ||||
| * [Amazon EC2](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/EC2_GetStarted.html) | ||||
|  | ||||
| ## Install Mattergoals | ||||
| ## Install Matternote | ||||
|  | ||||
| [Download the Ubuntu archive package here](/download), then unpack it to /opt/octo: | ||||
|  | ||||
| @@ -24,7 +26,7 @@ sudo mv octo /opt | ||||
|  | ||||
| ## Install NGINX | ||||
|  | ||||
| By default, the Mattergoals server runs on port 8000 (specified in config.json). We recommend running NGINX as a web proxy to forward http and websocket requests from port 80 to it. To install NGINX, run: | ||||
| By default, the Matternote server runs on port 8000 (specified in config.json). We recommend running NGINX as a web proxy to forward http and websocket requests from port 80 to it. To install NGINX, run: | ||||
|  | ||||
| ``` | ||||
| sudo apt update | ||||
| @@ -97,7 +99,7 @@ server { | ||||
|  | ||||
| ## Install Postgresql (Recommended) | ||||
|  | ||||
| Mattergoals stores data in a SQLite database by default, but we recommend running against Postgres in production (we've tested against Postgres 10.15). To install, run: | ||||
| Matternote stores data in a SQLite database by default, but we recommend running against Postgres in production (we've tested against Postgres 10.15). To install, run: | ||||
|  | ||||
| ``` | ||||
| sudo apt install postgresql postgresql-contrib | ||||
| @@ -121,7 +123,7 @@ Exit the postgres user session: | ||||
| exit | ||||
| ``` | ||||
|  | ||||
| Edit the Mattergoals config.json: | ||||
| Edit the Matternote config.json: | ||||
|  | ||||
| ``` | ||||
| nano /opt/octo/config.json | ||||
| @@ -132,7 +134,7 @@ Change the dbconfig setting to use the postgres database you created: | ||||
| "dbconfig": "postgres://tasksuser:tasksuser-password@localhost/octo?sslmode=disable&connect_timeout=10", | ||||
| ``` | ||||
|  | ||||
| ## Configure Mattergoals to run as a service | ||||
| ## Configure Matternote to run as a service | ||||
|  | ||||
| This will keep the server running across reboots. First, create a new service config file: | ||||
|  | ||||
| @@ -165,7 +167,7 @@ sudo systemctl enable octo.service | ||||
|  | ||||
| ## Test the server | ||||
|  | ||||
| At this point, the Mattergoals server should be running. | ||||
| At this point, the Matternote server should be running. | ||||
|  | ||||
| Test that it's running locally with: | ||||
| ``` | ||||
|   | ||||
| @@ -7,7 +7,7 @@ weight: 2 | ||||
|  | ||||
| ## Adding new Boards | ||||
|  | ||||
| 1. Click "+ Add Board" at the lower left of the sidebar to add a new board to Mattergoals. | ||||
| 1. Click "+ Add Board" at the lower left of the sidebar to add a new board to Matternote. | ||||
| 2. Pick "Project Tasks" from the list of templates. | ||||
| 3. This shows the first view of the new board, which is a table of all tasks | ||||
|  | ||||
|   | ||||
| @@ -13,7 +13,7 @@ | ||||
|     <div class="container"> | ||||
|         <div class="row"> | ||||
|             <div class="col-md-9 doc-content"> | ||||
|                 <h3>Mattergoals Developer Blog</h3> | ||||
|                 <h3>Matternote Developer Blog</h3> | ||||
|                 {{ range (.Paginate .Data.Pages).Pages.ByDate.Reverse }} | ||||
|                     {{ .Render "summary" }} | ||||
|                 {{ end }} | ||||
|   | ||||
| @@ -8,19 +8,19 @@ | ||||
| 		</p> | ||||
|  | ||||
| 		<p> | ||||
| 			Mattergoals is a free open-source project management system, perfect for organizing your personal todos or running team projects. | ||||
| 			Matternote is an easy-to-use project management system, perfect for organizing your personal todos or running team projects. | ||||
| 		</p> | ||||
|  | ||||
| 		<p> | ||||
| 			It can run standalone on your laptop or self-hosted on your own server, so your information never leaves your control. | ||||
| 			It can run as a standalone desktop app or self-hosted on your own server, so your information never leaves your control. | ||||
| 		</p> | ||||
|  | ||||
| 		<p> | ||||
| 			We're currently in early-access beta, and are looking for feedback. So please <a href="download">download it today</a> and let us know what you think. | ||||
| 			We're currently in early-access beta, and are looking for feedback. So please <a href="download/personal-edition/">download it today</a> and let us know what you think. | ||||
| 		</p> | ||||
|  | ||||
| 		<p> | ||||
| 			You can also <a href="contribute/getting-started">check out the source code</a>, and contribute to the future of this project. | ||||
| 			Matternote is open source! <a href="contribute/getting-started/">Check out the source code here</a>, and contribute to the future of this project. | ||||
| 		</p> | ||||
|  | ||||
|         <div class="homepage-search row"> | ||||
|   | ||||
| @@ -6,8 +6,8 @@ | ||||
| {{ else }} | ||||
| <header> | ||||
| {{ end }} | ||||
|     <a href="/"><img src="img/logo.png" class="logo__colored" alt="Logo" width="212px"></a> | ||||
|     <a href="/"><img src="img/logo-white.png" class="logo__white" alt="Logo" width="212px"></a> | ||||
|     <a href="/"><img src="img/logo.svg" class="logo__colored" alt="Logo" width="212px"></a> | ||||
|     <a href="/"><img src="img/logo-white.svg" class="logo__white" alt="Logo" width="212px"></a> | ||||
|     <div class="header__menu-toggle"> | ||||
|         <i class="fa fa-bars"></i> | ||||
|     </div> | ||||
|   | ||||
| @@ -3,7 +3,7 @@ | ||||
| {{ else }} | ||||
| <header> | ||||
| {{ end }} | ||||
|     <a href="/"><img src="/img/logo.png" alt="Logo" width="212px"></a> | ||||
|     <a href="/"><img src="/img/logo.svg" alt="Logo" width="212px"></a> | ||||
|     <div class="header__menu-toggle"> | ||||
|         <i class="fa fa-bars"></i> | ||||
|     </div> | ||||
|   | ||||
| @@ -3,7 +3,7 @@ | ||||
| 	<style> | ||||
| 		text { font: lighter 28px sans-serif; fill: #FFFFFF;} | ||||
| 	</style> | ||||
| 	<g id="dark-color-logo" transform="translate(0, 33)"> | ||||
| 		<text>🎯 Mattergoals</text> | ||||
| 	<g transform="translate(0, 28)"> | ||||
| 		<text>🎯 Matternote</text> | ||||
| 	</g> | ||||
| </svg> | ||||
| Before Width: | Height: | Size: 360 B After Width: | Height: | Size: 338 B | 
| @@ -3,7 +3,7 @@ | ||||
| 	<style> | ||||
| 		text { font: lighter 28px sans-serif; fill: #222C3B;} | ||||
| 	</style> | ||||
| 	<g id="dark-color-logo" transform="translate(0, 33)"> | ||||
| 		<text>🎯 Mattergoals</text> | ||||
| 	<g transform="translate(0, 28)"> | ||||
| 		<text>🎯 Matternote</text> | ||||
| 	</g> | ||||
| </svg> | ||||
| Before Width: | Height: | Size: 360 B After Width: | Height: | Size: 338 B | 
| @@ -1,6 +1,6 @@ | ||||
| # Page settings | ||||
| baseurl = "localhost:1313" | ||||
| title = "Mattergoals" | ||||
| title = "Matternote" | ||||
| languageCode = "en-us" | ||||
| theme = "hugo-elate-theme" | ||||
|  | ||||
| @@ -14,7 +14,7 @@ theme = "hugo-elate-theme" | ||||
|   email = "" | ||||
|   # Navigation | ||||
|   [params.navigation] | ||||
|     brand = "Mattergoals" | ||||
|     brand = "Matternote" | ||||
|     home = "Home" | ||||
|  | ||||
|     # You can add custom links before or after the default links | ||||
| @@ -34,7 +34,7 @@ theme = "hugo-elate-theme" | ||||
|  | ||||
|   # Hero section | ||||
|   [params.hero] | ||||
|     title = "Get Mattergoals" | ||||
|     title = "Get Matternote" | ||||
|     subtitle = '' | ||||
|  | ||||
|   # Intro section | ||||
| @@ -43,7 +43,7 @@ theme = "hugo-elate-theme" | ||||
|  | ||||
|   [[params.intro.item]] | ||||
|     title = "Contribute" | ||||
|     description = "Join the hunrdeds of contributors and submit code directly to the Mattergoals open-source project." | ||||
|     description = "Join the hunrdeds of contributors and submit code directly to the Matternote open-source project." | ||||
|     url = "/contribute/" | ||||
|     button = "Start Contributing" | ||||
|     icon = "icon-bulb" | ||||
| @@ -59,7 +59,7 @@ theme = "hugo-elate-theme" | ||||
|  | ||||
|   [[params.intro.item]] | ||||
|     title = "Extend" | ||||
|     description = "Extend Mattergoals to fit your purposes." | ||||
|     description = "Extend Matternote to fit your purposes." | ||||
|     url = "#" | ||||
|     button = "Start Extending" | ||||
|     icon = "icon-rocket" | ||||
|   | ||||
		Reference in New Issue
	
	Block a user