From 50c10e22a2a094f9d46edd56eb64d12f7652246f Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Thu, 29 Apr 2021 11:14:49 -0400 Subject: Remove Mozilla/Developer_guide (#691) --- files/hi-in/_redirects.txt | 5 + files/hi-in/_wikihistory.json | 64 +++++----- files/hi-in/mozilla/developer_guide/index.html | 155 ------------------------- 3 files changed, 34 insertions(+), 190 deletions(-) delete mode 100644 files/hi-in/mozilla/developer_guide/index.html (limited to 'files/hi-in') diff --git a/files/hi-in/_redirects.txt b/files/hi-in/_redirects.txt index 56a98ba5f8..e2f0d1bd30 100644 --- a/files/hi-in/_redirects.txt +++ b/files/hi-in/_redirects.txt @@ -1,3 +1,8 @@ +# DO NOT EDIT THIS FILE MANUALLY. +# Use the CLI instead: +# +# yarn content add-redirect +# # FROM-URL TO-URL /hi-IN/docs/Glossary/इंटरनेट /hi-IN/docs/Glossary/Internet /hi-IN/docs/Glossary/डेटा_संरचना /hi-IN/docs/Glossary/Data_structure diff --git a/files/hi-in/_wikihistory.json b/files/hi-in/_wikihistory.json index f46a672671..fc22363859 100644 --- a/files/hi-in/_wikihistory.json +++ b/files/hi-in/_wikihistory.json @@ -14,6 +14,12 @@ "ojaswa1942" ] }, + "Glossary/Data_structure": { + "modified": "2020-04-16T13:14:37.025Z", + "contributors": [ + "Vipul1142" + ] + }, "Glossary/Domain": { "modified": "2019-01-16T23:15:17.582Z", "contributors": [ @@ -26,12 +32,25 @@ "ojaswa1942" ] }, + "Glossary/Internet": { + "modified": "2019-03-23T22:56:56.620Z", + "contributors": [ + "teoli", + "kavish" + ] + }, "Glossary/JavaScript": { "modified": "2019-03-18T20:44:12.302Z", "contributors": [ "ojaswa1942" ] }, + "Glossary/Locale": { + "modified": "2019-03-23T22:26:49.872Z", + "contributors": [ + "drashti4" + ] + }, "MDN": { "modified": "2020-02-19T18:55:03.247Z", "contributors": [ @@ -83,12 +102,6 @@ "Sheppy" ] }, - "Mozilla/Developer_guide": { - "modified": "2019-03-23T22:48:28.254Z", - "contributors": [ - "emorley-old" - ] - }, "Web": { "modified": "2020-12-06T10:07:26.367Z", "contributors": [ @@ -141,29 +154,22 @@ "ExE-Boss" ] }, - "Web/SVG": { - "modified": "2019-03-18T20:44:13.086Z", - "contributors": [ - "ojaswa1942" - ] - }, - "Glossary/Internet": { - "modified": "2019-03-23T22:56:56.620Z", + "Web/JavaScript/Reference/Operators/Operator_Precedence": { + "modified": "2020-03-12T19:48:28.073Z", "contributors": [ - "teoli", - "kavish" + "harshrathod50" ] }, - "Glossary/Data_structure": { - "modified": "2020-04-16T13:14:37.025Z", + "Web/JavaScript/Typed_arrays": { + "modified": "2020-10-15T22:25:45.883Z", "contributors": [ - "Vipul1142" + "harshrathod50" ] }, - "Glossary/Locale": { - "modified": "2019-03-23T22:26:49.872Z", + "Web/SVG": { + "modified": "2019-03-18T20:44:13.086Z", "contributors": [ - "drashti4" + "ojaswa1942" ] }, "orphaned/MDN/Community": { @@ -180,22 +186,10 @@ "prafull_satasiya" ] }, - "Web/JavaScript/Reference/Operators/Operator_Precedence": { - "modified": "2020-03-12T19:48:28.073Z", - "contributors": [ - "harshrathod50" - ] - }, - "Web/JavaScript/Typed_arrays": { - "modified": "2020-10-15T22:25:45.883Z", - "contributors": [ - "harshrathod50" - ] - }, "orphaned/Web/Localization": { "modified": "2019-03-18T20:44:13.487Z", "contributors": [ "ojaswa1942" ] } -} \ No newline at end of file +} diff --git a/files/hi-in/mozilla/developer_guide/index.html b/files/hi-in/mozilla/developer_guide/index.html deleted file mode 100644 index d108ac3728..0000000000 --- a/files/hi-in/mozilla/developer_guide/index.html +++ /dev/null @@ -1,155 +0,0 @@ ---- -title: Developer guide -slug: Mozilla/Developer_guide -tags: - - Developing Mozilla - - Landing - - Mozilla - - NeedsTranslation - - TopicStub -translation_of: Mozilla/Developer_guide ---- -

There are lots of ways to contribute to the Mozilla project: coding, testing, improving the build process and tools, or contributing to the documentation. This guide provides information that will not only help you get started as a Mozilla contributor, but that you'll find handy to refer to even as an old hand.

-
-
-

Documentation topics

-
-
- Getting Started
-
- A step-by-step beginner's guide to getting involved with Mozilla.
-
-
-
- Working with Mozilla Source Code
-
- A code overview, how to get the code, and the coding style guide.
-
- Build Instructions
-
- How to build Firefox, Thunderbird, SeaMonkey, or other Mozilla applications.
-
- Development process overview
-
- An overview of the entire Mozilla development process.
-
- Managing multiple profiles
-
- When working with prerelease versions of Firefox, it's often helpful to have multiple Firefox profiles, such as one for each channel, or for different kinds of testing.
-
- Automated Testing
-
- How to run Mozilla's automated tests, and how to write new tests.
-
- How to submit a patch
-
- After getting your patch written, you need to get it checked into the tree. This article explains the review process and how to get your patch approved.
-
- Getting documentation updated
-
- How to ensure that documentation is kept up to date as you develop.
-
- Mozilla modules and module ownership
-
- This article provides information about Mozilla's modules, what the role of a module owner is, and how module owners are selected.
-
- Code snippets
-
- Useful code samples for a wide variety of things you might need to figure out how to do.
-
- Mozilla development strategies
-
- Tips for how to make the most of your time working on the Mozilla project.
-
- Debugging
-
- Find helpful tips and guides for debugging Mozilla code.
-
- Performance
-
- Performance guides and utilities to help you make your code perform well (and to play nicely with others).
-
- The Mozilla platform
-
- Information about the workings of the Mozilla platform.
-
- Adding APIs to the navigator object {{ gecko_minversion_inline("9.0") }}
-
- How to augment the {{ domxref("window.navigator") }} object with additional APIs.
-
- Interface Compatibility
-
- Guidelines for modifying scriptable and binary APIs in Mozilla.
-
- Customizing Firefox
-
- Information about creating customized versions of Firefox.
-
- Virtual ARM Linux environment
-
- How to set up an ARM emulator running Linux for testing ARM-specific, but not necessarily platform-specific, code. Useful for mobile developers.
-
- Obsolete Build Caveats and Tips
-
- A place to put build tips which are no longer relevant to building the latest version of the code from main but are relevant when building old codebases.
-
-
-
-

Tools

-
-
- Bugzilla
-
- The Bugzilla database used to track issues for Mozilla projects.
-
- MXR
-
- Browse and search the Mozilla source code repository on the Web.
-
- DXR
-
- Next generation of searching Mozilla's source code. In active development.
-
- Bonsai
-
- The Bonsai tool lets you find out who changed what file in the repository, and when they did it.
-
- Mercurial
-
- The distributed version-control system used to manage Mozilla's source code.
-
- Mozilla build VM
-
- A VirtualBox compatible virtual machine configured with all the software needed to build and work on Firefox.
-
- Treeherder
-
- Treeherder shows the status of the tree (whether or not it currently builds successfully).  Check this before checking in and out, to be sure you're working with a working tree.
-
- Crash tracking
-
- Information about the Socorro crash reporting system.
-
- Performance tracking: Datazilla and Graphs
-
- See performance information for Mozilla projects.
-
- Callgraph
-
- A tool to help perform static analysis of the Mozilla code by generating callgraphs automatically.
-
- Developer forums
-
- A topic-specific list of discussion forums where you can talk about Mozilla development issues.
-
- Mozilla Platform Development Cheat Sheet
-
- Brian Bondy's list of frequently referenced information for platform developers.
-
- Firefox development video tutorials
-
- Brian Bondy's video tutorials on Firefox development.
-
-
-
-

 

-- cgit v1.2.3-54-g00ecf