Jos Poortvliet 3550520210 add countdown for May 3
Signed-off-by: Jos Poortvliet <jospoortvliet@gmail.com>
2022-05-01 12:24:20 +02:00
2022-04-26 12:05:04 +02:00
2021-06-03 16:45:03 +02:00
2022-05-01 12:24:20 +02:00
2021-05-28 18:20:11 -04:00
2021-05-06 10:49:58 +02:00
2021-05-30 20:09:38 +02:00
2021-05-31 12:30:17 +02:00
2021-10-07 13:26:56 +02:00
2022-04-28 14:16:21 +02:00
2021-05-30 20:09:38 +02:00
2021-07-03 18:22:57 +02:00
2020-07-13 18:56:25 +02:00
2021-05-30 20:09:38 +02:00
2021-05-30 20:09:38 +02:00
2021-09-27 15:45:58 +02:00
2021-06-08 14:22:59 +02:00
2021-01-27 18:07:53 +01:00
2022-05-01 12:24:20 +02:00
2021-07-20 11:30:30 +02:00
2021-12-17 11:10:32 +01:00
2021-06-10 17:40:34 +02:00
2021-05-30 20:09:38 +02:00
2022-01-13 14:15:09 +01:00
2021-05-30 20:09:38 +02:00
2021-05-30 20:09:38 +02:00
2021-05-30 20:09:38 +02:00
2021-12-14 14:07:10 +01:00
2022-03-01 12:24:17 +01:00
2021-07-20 11:30:30 +02:00
2021-09-14 16:01:39 +02:00
2021-05-31 12:30:17 +02:00
2021-05-31 12:30:17 +02:00
2021-05-30 20:09:38 +02:00
2021-05-30 20:09:38 +02:00
2021-06-07 17:05:05 +02:00
2021-06-08 14:22:59 +02:00
2021-05-28 17:50:49 +02:00
2021-05-31 12:30:17 +02:00
2022-01-19 18:09:18 +01:00
2022-01-19 18:24:50 +01:00
2022-04-22 09:41:01 +02:00
2021-05-30 20:09:38 +02:00
2021-05-30 20:09:38 +02:00
2019-07-23 20:49:59 +02:00
2021-10-07 15:43:54 +02:00
2021-10-07 15:43:54 +02:00
2021-05-04 11:54:59 +02:00
2021-07-06 16:48:52 +02:00
2021-07-06 16:48:52 +02:00
2021-07-06 16:48:52 +02:00
2021-07-20 11:30:30 +02:00
2021-10-11 17:07:09 +02:00
2021-10-29 19:45:31 +02:00
2021-11-08 08:47:02 +01:00
2021-11-30 12:58:18 +01:00
2021-11-30 12:58:18 +01:00
2021-11-30 12:58:18 +01:00
2022-01-31 21:42:26 +01:00
2022-03-22 11:00:48 +01:00
2022-03-22 11:00:48 +01:00
2021-12-06 12:43:31 +01:00
2021-05-31 12:30:17 +02:00
2021-05-31 12:30:17 +02:00
2021-06-07 17:02:49 +02:00
2021-06-08 14:22:59 +02:00
2021-06-30 18:42:55 +02:00
2021-05-30 20:09:38 +02:00
2022-03-29 14:58:55 +02:00
2021-05-30 20:09:38 +02:00
2022-03-15 14:47:33 +02:00
2020-05-17 23:42:48 +02:00
2021-05-30 20:09:38 +02:00
2021-05-30 20:09:38 +02:00
2021-12-16 11:59:01 +01:00
2022-04-26 12:05:04 +02:00
2021-07-20 11:30:30 +02:00
2016-06-03 21:52:31 +02:00
2021-10-19 10:34:44 +02:00
2022-04-29 11:23:09 +02:00

Contributing to nextcloud.com website

Please take a moment to review this document in order to make the contribution process easy and effective for everyone involved.

Setup of a local development environment

Quick docker setup

Manual setup

  1. Install Wordpress >= 3.8.1
  • Must be in the document root of the webserver (otherwise images won't load :( )
  • Enter what you like for site title, admin user and password, none of this is stored in git
  1. Setup the repository
  2. Clone the repository in a folder of your choice * git clone git@github.com:nextcloud/nextcloud.com next
  3. In the wordpress installation in the wp-content/themes folder, create a link to the folder you just cloned the repository in under the name 'next'
  4. Activate the theme in Appearance > Themes
  5. Import the website content.xml file
  • First install the Wordpress Import Plugin (via Tools > Import > Wordpress Import > Install Plugin)
  • Select the content.xml file from the repository and click upload
  • Select Import
  1. Copy over config.php.sample to config.php and adjust settings as necessary (defaults will work just fine for local environments)

Development Process

  • Fork the repository
  • Setup your local development environment using the instructions above, changing the remote origin url
  • Submit a pull request to master, on github once the feature/bugfix is complete
  • After review (usually following one or two thumbs up), somebody from Nc marketing merges (typically @jospoortvliet )
  • Deployment on nextcloud.com is handled manually by @jospoortvliet or the Nextcloud sysadmins including @LukasReschke

Notes

  • If you are changing SCSS files during development, following command for automatic compilation is recommended:
    • sass --watch [location to scss files]
  • Only Nc marketing merges things

Testing

The list below covers most pages on our site, copy it in a PR that needs site-wide testing, so one can just quickly click the links and check all pages. This is assuming you have a local setup on 127.0.0.1 for testing - we sadly have no working staging server.

Description
Languages
PHP 74.5%
CSS 9.2%
SCSS 7.3%
Hack 6.6%
JavaScript 2.4%